Get-CMApplication

Get-CMApplication

Gets properties of an application in Configuration Manager.

Syntax

Parameter Set: SearchByName
Get-CMApplication [-Name <String[]> ] [ <CommonParameters>]

Parameter Set: SearchByIdMandatory
Get-CMApplication -Id <String[]> [ <CommonParameters>]

Detailed Description

The Get-CMApplication cmdlet gets properties of an application in Microsoft System Center 2012 SP1 Configuration Manager.

Parameters

-Id<String[]>

Specifies an array of application IDs.

Aliases

CIId

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Name<String[]>

Specifies an array of application names.

Aliases

LocalizedDisplayName

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1: Get all applications

This command gets all System Center 2012 Configuration Manager applications.

PS C:\> Get-CMApplication

Export-CMApplication

Import-CMApplication

New-CMApplication

Remove-CMApplication

Resume-CMApplication

Set-CMApplication

Suspend-CMApplication