Get-CMSoftwareUpdateBasedClientInstallation

Get-CMSoftwareUpdateBasedClientInstallation

Gets a client installation on a Configuration Manager software update point.

構文

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

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

詳細説明

The Get-CMSoftwareUpdateBasedClientInstallation cmdlet gets a client installation hosted on a software update point for Microsoft System Center 2012 Configuration Manager.

System Center 2012 Configuration Manager publishes the System Center 2012 Configuration Manager client to a software update point. This site system role can install the client on computers that do not already have it or upgrade existing clients.

To use software update point based installation, you must use the same Windows Server Update Services (WSUS) server for both client installation and software updates. This server must be the active software update point in a primary site.

パラメーター

-SiteCode<String>

Specifies a site code for a Configuration Manager site.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-SiteSystemServerName<String[]>

Specifies an array of names of servers that host a software update point role.

エイリアス

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 installation

This command gets the client installation for the site that has the site code CM1.

PS C:\> Get-CMSoftwareUpdateBasedClientInstallation -SiteCode "CM1"

関連トピック

Set-CMSoftwareUpdateBasedClientInstallation