Add-CMDeviceCollectionDirectMembershipRule

Add-CMDeviceCollectionDirectMembershipRule

Adds a direct membership rule to one or more Configuration Manager device collection.

構文

Parameter Set: ByCollectionIdAndResourceId
Add-CMDeviceCollectionDirectMembershipRule -CollectionId <String> -ResourceId <Int32> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: ByCollectionIdAndResourceValue
Add-CMDeviceCollectionDirectMembershipRule -CollectionId <String> -Resource <IResultObject> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: ByCollectionNameAndResourceId
Add-CMDeviceCollectionDirectMembershipRule -CollectionName <String> -ResourceId <Int32> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: ByCollectionNameAndResourceValue
Add-CMDeviceCollectionDirectMembershipRule -CollectionName <String> -Resource <IResultObject> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: ByCollectionValueAndResourceId
Add-CMDeviceCollectionDirectMembershipRule -Collection <IResultObject> -ResourceId <Int32> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: ByCollectionValueAndResourceValue
Add-CMDeviceCollectionDirectMembershipRule -Collection <IResultObject> -Resource <IResultObject> [-Confirm] [-WhatIf] [ <CommonParameters>]

詳細説明

The Add-CMDeviceCollectionDirectMembershipRule cmdlet adds a rule that adds a specific resource, such as a computer, to one or more device collection. You can specify the device collections by using their name, ID, or by specifying an object that represents the collections.

A direct rule lets you explicitly choose the members of the device collection. For more information on collection rules in Microsoft System Center 2012 Configuration Manager, 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 IDs of the device collections 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

-Resource<IResultObject>

Specifies the type of the device that is added to the device collections.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-ResourceId<Int32>

Specifies the ID of a resource in a direct membership rule.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-Confirm

コマンドレットを実行する前に、ユーザーに確認を求めます。

必須?

false

位置は?

named

既定値

false

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

false

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

false

-WhatIf

コマンドレットを実行するとどのような結果になるかを表示します。コマンドレットは実行されません。

必須?

false

位置は?

named

既定値

false

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

false

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

false

<CommonParameters>

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

入力

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

出力

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

Example 1: Add a direct membership rule

This command adds the direct membership rule that has the ID Res_94412512 to the device collection named All Mobile Devices.

PS C:\> Add-CMDeviceCollectionDirectMembershipRule -CollectionName "All Mobile Devices" -ResourceId "Res_94412512"

関連トピック

Get-CMDeviceCollectionDirectMembershipRule

Remove-CMDeviceCollectionDirectMembershipRule