Get-CMBoundaryGroup

Get-CMBoundaryGroup

Gets a boundary group.

構文

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

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

詳細説明

The Get-CMBoundaryGroup cmdlet gets a boundary group. A boundary group is a collection of boundaries.

You can use boundary groups to manage network locations. You must assign boundaries to boundary groups before you can use the boundary group. Boundary groups enable client computers to find a primary site for client assignment, which is referred to as automatic site assignment, and a list of available site systems that have content. For more information about boundaries, see Planning for Boundaries and Boundary Groups in Configuration Manager (https://go.microsoft.com/fwlink/?LinkId=266225) on TechNet.

パラメーター

-Id<String[]>

Specifies an array of identifiers (IDs) for one or more boundary groups.

エイリアス

GroupId

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-Name<String>

Specifies the name for a boundary group.

エイリアス

なし

必須?

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 boundary group that is specified by its identifier

This command gets a boundary group that is specified by the identifier 1600231.

PS C:\> Get-CMBoundaryGroup -Id "1600231"

Example 2: Get multiple boundary groups that are specified by name

This command gets multiple boundary groups that are specified by the names BGroup01, BGroup02, and BGroup03.

PS C:\> Get-CMBoundaryGroup -Name "BGroup01", "BGroup02", "BGroup03"

関連トピック

New-CMBoundaryGroup

Remove-CMBoundaryGroup

Set-CMBoundaryGroup