Get-CMIPSubnet

Get-CMIPSubnet

Gets a Configuration Manager IP subnet.

構文

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

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

詳細説明

The Get-CMIPSubnet cmdlet gets an IP subnet object that Microsoft System Center 2012 Configuration Manager uses as a boundary.

A boundary is a network location on the intranet that can contain one or more devices that you want to manage. System Center 2012 Configuration Manager can define a boundary in several ways, including an IP subnet. For more information about boundaries, see Planning for Boundaries and Boundary Groups in Configuration Manager (https://go.microsoft.com/fwlink/?LinkId=268431) on TechNet.

パラメーター

-Id<String[]>

Specifies an array of IDs for IP subnets. This is a Configuration Manager name, not an IP address or IP address and subnet.

エイリアス

SubnetId

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-Name<String[]>

Specifies an array of names for IP subnets.

エイリアス

ADSubnetName

必須?

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 an IP subnet

This command gets the IP subnet object named West07Subnet.

PS C:\> Get-CMIPSubnet -Name "West07Subnet"

関連トピック

Get-CMActiveDirectorySite