Get-ASApplicationID

AdminStudio 2021 R2 | 22.0 | AdminStudio PowerShell Cmdlets

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

The Get-ASApplicationID cmdlet returns the ApplicationID for a given PackageID. This is useful when you have a PackageID from Invoke-ASImportPackage and need to publish the application to ConfigMgr (Formerly called as System Center Configuration Manager) using the Invoke-ASPublish cmdlet. The Invoke-ASPublish cmdlet requires a mandatory ApplicationID parameter.

Example

The following is an example of the Get-ASApplicationID cmdlet:

Get-ASApplicationID-PackageID 10

Parameters

The Get-ASApplicationID cmdlet has the following parameters:

Get-ASApplicationID Parameters

Parameter

Description

PackageID

Specify the PackageID of the package that you need the ApplicationID for.

Return Values

The ApplicationID for the package is returned.