Get-CMSiteInstallStatus

Get-CMSiteInstallStatus

Provides information about Configuration Manager installation status.

構文

Parameter Set: SearchBySiteCode
Get-CMSiteInstallStatus [-SiteCode <String> ] [ <CommonParameters>]

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

詳細説明

The Get-CMSiteInstallStatus cmdlet provides information about the installation status for Microsoft System Center 2012 Configuration Manager. You can specify an installation by ID or by site code.

パラメーター

-Id<String[]>

Specifies an array of IDs for Configuration Manager installations.

エイリアス

SiteInstallId

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-SiteCode<String>

Specifies a site code for a Configuration Manager site.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

<CommonParameters>

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

入力

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

出力

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

Example 1: Get site installation status

This command gets the site installation status for the site that has the specified site code.

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