Get-CMCollectionDirectMembershipRule
デバイスまたはユーザー コレクションの直接メンバーシップ規則を取得します。
構文
Get-CMCollectionDirectMembershipRule
-CollectionName <String>
[-ResourceName <String>]
[<CommonParameters>]
Get-CMCollectionDirectMembershipRule
-CollectionName <String>
-Resource <IResultObject>
[<CommonParameters>]
Get-CMCollectionDirectMembershipRule
-CollectionName <String>
-ResourceId <String>
[<CommonParameters>]
Get-CMCollectionDirectMembershipRule
-CollectionId <String>
-Resource <IResultObject>
[<CommonParameters>]
Get-CMCollectionDirectMembershipRule
-CollectionId <String>
-ResourceId <String>
[<CommonParameters>]
Get-CMCollectionDirectMembershipRule
-CollectionId <String>
[-ResourceName <String>]
[<CommonParameters>]
Get-CMCollectionDirectMembershipRule
-InputObject <IResultObject>
-Resource <IResultObject>
[<CommonParameters>]
Get-CMCollectionDirectMembershipRule
-InputObject <IResultObject>
-ResourceId <String>
[<CommonParameters>]
Get-CMCollectionDirectMembershipRule
-InputObject <IResultObject>
[-ResourceName <String>]
[<CommonParameters>]
説明
このコマンドレットを使用して、デバイスまたはユーザー コレクションの 1 つ以上の直接メンバーシップ規則を取得します。
直接メンバーシップ規則を使用すると、デバイス コレクションのメンバーを明示的に選択できます。
既定のコレクションには直接メンバーシップ規則がありません。 ターゲットとするコレクションには、 SMS
ではなくサイト コードで始まる ID が必要です。
詳細については、「 Configuration Manager でコレクションを作成する方法」を参照してください。
注:
PS XYZ:\>
など、Configuration Manager サイト ドライブから Configuration Manager コマンドレットを実行します。 詳細については、「作業の 開始」を参照してください。
例
例 1: コレクションのすべての直接メンバーシップ規則を名前で取得する
このコマンドは、 Device01 という名前のコレクションの直接メンバーシップ規則を取得します。
Get-CMCollectionDirectMembershipRule -CollectionName "Device01"
例 2: パイプラインを使用してすべての直接メンバーシップ 規則を取得する
このコマンドは 、Get-CMCollection コマンドレットを使用して 、User02 という名前のコレクション オブジェクトを取得します。 次に、パイプライン演算子を使用して、 Get-CMCollectionDirectMembershipRule コマンドレットにオブジェクトを渡します。
Get-CMCollection -Name "User02" | Get-CMCollectionDirectMembershipRule
パラメーター
-CollectionId
規則を取得するコレクションの ID を指定します。 この値は CollectionID プロパティです (たとえば、 XYZ00012
)。 既定のコレクションには直接メンバーシップルールを設定できないため、この ID はサイト コードで始まり、 SMS
ではありません。
型: | String |
Aliases: | Id |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-CollectionName
規則を取得するコレクションの名前を指定します。
型: | String |
Aliases: | Name |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-InputObject
規則を取得するコレクションのオブジェクトを指定します。 このオブジェクトを取得するには、 Get-CMCollection、 Get-CMDeviceCollection、または Get-CMUserCollection コマンドレットを 使用します。
型: | IResultObject |
Aliases: | Collection |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-Resource
リソース、デバイス、またはユーザー オブジェクトを指定して、コレクションから直接メンバーシップ規則を取得します。 このオブジェクトを取得するには、 Get-CMResource、 Get-CMDevice、または Get-CMUser コマンドレットを 使用します。
型: | IResultObject |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-ResourceId
コレクションから直接メンバーシップ規則を取得するリソースの ID を指定します。 この値は ResourceID プロパティです (たとえば、 16777219
)。
型: | String |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-ResourceName
コレクションから直接メンバーシップ規則を取得するには、デバイスまたはユーザーの名前を指定します。
型: | String |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | True |
入力
Microsoft.ConfigurationManagement.ManagementProvider.IResultObject
出力
System.Object
メモ
このコマンドレットは、コレクションの種類に固有の Get-CMDeviceCollectionDirectMembershipRule および Get-CMUserCollectionDirectMembershipRule に似ています。 このコマンドレットは、デバイスまたはユーザー コレクションで動作します。
関連リンク
- Remove-CMCollectionDirectMembershipRule
- Get-CMCollectionExcludeMembershipRule
- Get-CMCollectionIncludeMembershipRule
- Get-CMCollectionQueryMembershipRule
- Add-CMDeviceCollectionDirectMembershipRule
- Add-CMUserCollectionDirectMembershipRule
- Get-CMDeviceCollectionDirectMembershipRule
- Get-CMUserCollectionDirectMembershipRule
- Get-CMCollection
- Get-CMDeviceCollection
- Get-CMUserCollection
- Get-CMResource
- Get-CMDevice
- Get-CMUser
- Configuration Manager でコレクションを作成する方法