Get-CMClientPushInstallation

Get-CMClientPushInstallation

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

構文

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

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

詳細説明

The Get-CMClientPushInstallation cmdlet gets an object that installs a Microsoft System Center 2012 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.

パラメーター

-SiteCode<String>

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

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

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.

エイリアス

Name

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

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