Get-CMDeviceCollectionIncludeMembershipRule

Get-CMDeviceCollectionIncludeMembershipRule

Gets the include membership rules from one or more device collections in the Configuration Manager hierarchy.

構文

Parameter Set: ByCollectionNameAndIncludeCollectionName
Get-CMDeviceCollectionIncludeMembershipRule -CollectionName <String> -IncludeCollectionName <String> [ <CommonParameters>]

Parameter Set: ByCollectionIdAndIncludeCollectionId
Get-CMDeviceCollectionIncludeMembershipRule -CollectionId <String> -IncludeCollectionId <String> [ <CommonParameters>]

Parameter Set: ByCollectionIdAndIncludeCollectionName
Get-CMDeviceCollectionIncludeMembershipRule -CollectionId <String> -IncludeCollectionName <String> [ <CommonParameters>]

Parameter Set: ByCollectionNameAndIncludeCollectionId
Get-CMDeviceCollectionIncludeMembershipRule -CollectionName <String> -IncludeCollectionId <String> [ <CommonParameters>]

Parameter Set: ByCollectionValueAndIncludeCollectionId
Get-CMDeviceCollectionIncludeMembershipRule -Collection <IResultObject> -IncludeCollectionId <String> [ <CommonParameters>]

Parameter Set: ByCollectionValueAndIncludeCollectionName
Get-CMDeviceCollectionIncludeMembershipRule -Collection <IResultObject> -IncludeCollectionName <String> [ <CommonParameters>]

詳細説明

The Get-CMDeviceCollectionIncludeMembershipRule cmdlet retrieves rules that include the members of another collection in the device collections where the rule is applied. You can specify the device collections where the rule is applied by using their names, Ids, or by specifying an object that represents the collections.

Configuration Manager dynamically updates the membership of the device collection if the membership of the included collection changes. For more information about membership rules, see Introduction to Collections in Configuration Manager (https://go.microsoft.com/fwlink/p/?LinkID=259433) on TechNet.

パラメーター

-Collection<IResultObject>

Specifies a Configuration Manager device collection object. To obtain a device collection object, use the Get-CMDeviceCollection cmdlet.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-CollectionId<String>

Specifies the ID of the device collection where the rule is applied.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-CollectionName<String>

Specifies the name of the device collection where the rule is applied.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-IncludeCollectionId<String>

Specifies the ID of the collection whose members are included in the device collection.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-IncludeCollectionName<String>

Specifies the name of the collection whose members are included in the device collections.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

<CommonParameters>

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

入力

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

出力

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

Example 1: Get the include membership rules from a device collection

This command gets the include membership rules for the collection that has the ID SMSDM001 from the device collection that has the ID 9990000D.

PS C:\> Get-CMDeviceCollectionIncludeMembershipRule -CollectionId "9990000D" -IncludeCollectionId "SMSDM001"

関連トピック

Add-CMDeviceCollectionIncludeMembershipRule

Remove-CMDeviceCollectionIncludeMembershipRule

Get-CMDeviceCollection