Get-CMSoftwareUpdatePoint

Get-CMSoftwareUpdatePoint

Gets a Configuration Manager software update point.

構文

Parameter Set: SearchByName
Get-CMSoftwareUpdatePoint [-SiteCode <String> ] [-SiteSystemServerName <String> ] [ <CommonParameters>]

詳細説明

The Get-CMSoftwareUpdatePoint cmdlet gets a software update point site system role for Microsoft System Center 2012 Configuration Manager.

A software update point is a site server role that hosts software updates. System Center 2012 Configuration Manager clients connect to a software update point to get available updates. The software update point interacts with Windows Server Update Services (WSUS) to configure update settings, request synchronization to the update source, and to synchronize software updates from the WSUS database.

You can specify a software update point by site code or by the name of the computer that hosts the site system role.

パラメーター

-SiteCode<String>

Specifies a site code for a Configuration Manager site.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-SiteSystemServerName<String>

Specifies the name of a computer that hosts the software update point site system role.

エイリアス

なし

必須?

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 a software update point

The command gets a software update point that UpdateSystem.Western.Contoso.com hosts.

PS C:\> Get-CMSoftwareUpdatePoint -SiteSystemServerName "UpdateSystem.Western.Contoso.com" 

関連トピック

Add-CMSoftwareUpdatePoint

Remove-CMSoftwareUpdatePoint

Set-CMSoftwareUpdatePoint