Get-CMClientPushInstallation

Get-CMClientPushInstallation

Gets an object that installs a Configuration Manager client by using client push.

Syntax

Parameter Set: SearchByNameMandatory
Get-CMClientPushInstallation -SiteSystemServerName <String[]> [ <CommonParameters>]

Parameter Set: SearchBySiteCodeMandatory
Get-CMClientPushInstallation -SiteCode <String> [-SiteSystemServerName <String[]> ] [ <CommonParameters>]

Detailed Description

The Get-CMClientPushInstallation cmdlet gets an object that installs a Microsoft System Center 2012 SP1 Configuration Manager client by using client push. A client push installation installs client software on computers that System Center 2012 Configuration Manager discovered. When you configure client push installation for a site, the client installation automatically runs on the computers that System Center 2012 Configuration Manager discovered within the site's configured boundaries when those boundaries are part of a boundary group. You can also start a client push installation by running the Client Push Installation Wizard for a specific collection or resource within a collection.

For more information about how to install clients, see How to Install Clients on Windows Computers in Configuration Manager (https://go.microsoft.com/fwlink/?LinkId=247203) on TechNet.

Parameters

-SiteCode<String>

Specifies an array of site codes that identify sites on which Configuration Manager installs the client.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-SiteSystemServerName<String[]>

Specifies an array of names of site system servers. Site system servers contain roles that define the operations that each site can perform.

Aliases

Name

Required?

true

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 a client push installation

This command gets the client push installation for the site system server named CMClientPushInstallationPoint.Western.Contoso.com.

PS C:\> Get-CMClientPushInstallation -SiteSystemServerName "CMClientPushInstallationPoint.Western.Contoso.com"

Set-CMClientPushInstallation

How to Install Clients on Windows Computers in Configuration Manager