Get-CMSoftwareUpdateGroup

Get-CMSoftwareUpdateGroup

Gets software update groups.

構文

Parameter Set: SearchByName
Get-CMSoftwareUpdateGroup [-Name <String[]> ] [-SecuredScopeNames <String> ] [ <CommonParameters>]

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

詳細説明

The Get-CMSoftwareUpdateGroup cmdlet gets one or more software update groups in Microsoft System Center 2012 Configuration Manager. A software update group is a collection of one or more software updates. You can add software updates to a software update group and then deploy the group to clients. After you deploy a software update group, you can add new software updates to the group and System Center 2012 Configuration Manager automatically deploys them.

パラメーター

-Id<String[]>

Specifies an array of IDs of software update groups.

エイリアス

CIId

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-Name<String[]>

Specifies an array of names of software update groups.

エイリアス

LocalizedDisplayName

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-SecuredScopeNames<String>

Specifies a security scope name. A security scope name can be either Default or the name of a custom security scope.

エイリアス

なし

必須?

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 software update groups

This command gets all software update groups.

PS C:\> Get-CMSoftwareUpdateGroup

Example 2: Get a software update group by using an ID

This command gets a software update group that has the ID ST10000D.

PS C:\> Get-CMSoftwareUpdateGroup -Id "ST10000D" 

Example 3: Get a software update group by using a name

This command gets a software update group object named SUGroupD01.

PS C:\> Get-CMSoftwareUpdateGroup CMSoftwareUpdateGroup -Name "SUGroupD01" 

関連トピック

New-CMSoftwareUpdateGroup

Remove-CMSoftwareUpdateGroup

Set-CMSoftwareUpdateGroup