Skip to main content

Get-ASApplicationDeploymentSummary

AdminStudio 2025 | 29.0 | AdminStudio PowerShell Cmdlets

Powershell cmdlets are enabled with AdminStudio Enterprise Edition and with Workflow Manager.

Use the Get-ASApplicationDeploymentSummary cmdlet to obtain the deployment history of a given distribution system.

Example

Get-ASApplicationDeploymentSummary -ConnectionName MySCCM2012Connection

Parameters

The Get-ASApplicationDeploymentSummary cmdlet has the following parameters:

ParameterDescription
ConnectionNameName of the distribution system connection for which to obtain deployment summary data. This is the same data that is displayed on the Server Options > Distribution System tab of the Application Catalog Options dialog box. For information on creating a named connection to a deployment system, see Creating Multiple Named Connections to Distribution Systems.

Return Values

This cmdlet returns an ApplicationDeploymentInfo object, such as the following:

public class ApplicationDeploymentInfo
{
public int groupId { get; private set; }
public string appId { get; private set; }
public string scopeId { get; private set; }
public string customId { get; private set; }
public int revision { get; private set; }
public string publishDate { get; private set; }
}