Get-CMCollectionIncludeMembershipRule
デバイスまたはユーザー コレクションのインクルード メンバーシップ規則を取得します。
構文
Get-CMCollectionIncludeMembershipRule
-CollectionName <String>
[-IncludeCollectionName <String>]
[<CommonParameters>]
Get-CMCollectionIncludeMembershipRule
-CollectionName <String>
-IncludeCollection <IResultObject>
[<CommonParameters>]
Get-CMCollectionIncludeMembershipRule
-CollectionName <String>
-IncludeCollectionId <String>
[<CommonParameters>]
Get-CMCollectionIncludeMembershipRule
-CollectionId <String>
-IncludeCollection <IResultObject>
[<CommonParameters>]
Get-CMCollectionIncludeMembershipRule
-CollectionId <String>
-IncludeCollectionId <String>
[<CommonParameters>]
Get-CMCollectionIncludeMembershipRule
-CollectionId <String>
[-IncludeCollectionName <String>]
[<CommonParameters>]
Get-CMCollectionIncludeMembershipRule
-InputObject <IResultObject>
-IncludeCollection <IResultObject>
[<CommonParameters>]
Get-CMCollectionIncludeMembershipRule
-InputObject <IResultObject>
-IncludeCollectionId <String>
[<CommonParameters>]
Get-CMCollectionIncludeMembershipRule
-InputObject <IResultObject>
[-IncludeCollectionName <String>]
[<CommonParameters>]
説明
このコマンドレットを使用して、デバイスまたはユーザー コレクションの 1 つ以上のインクルード メンバーシップ規則を取得します。 include メンバーシップ 規則には、規則が適用されているコレクションに別のコレクションのメンバーが含まれます。
Configuration Manager は、含まれているコレクションのメンバーシップが変更された場合に、スケジュールに従ってコレクションのメンバーシップを動的に更新します。
詳細については、「 Configuration Manager でコレクションを作成する方法」を参照してください。
注:
PS XYZ:\>
など、Configuration Manager サイト ドライブから Configuration Manager コマンドレットを実行します。 詳細については、「作業の 開始」を参照してください。
例
例 1: すべてのインクルード メンバーシップ 規則を取得する
このコマンドは、Device という名前のコレクションのすべてのインクルード メンバーシップ規則を取得 します。
Get-CMCollectionIncludeMembershipRule -CollectionName "Device"
例 2: パイプラインを使用してインクルード メンバーシップ ルールを取得する
このコマンドでは、まず Get-CMCollection を使用して Users という名前のコレクション オブジェクトを取得 します。 次に、パイプライン演算子を使用して Get-CMCollectionIncludeMembershipRule コマンドレットにオブジェクトを渡します。このコマンドレットは、コレクション オブジェクトのすべてのインクルード メンバーシップ規則を取得します。
Get-CMCollection -Name "Users" | Get-CMCollectionIncludeMembershipRule
パラメーター
-CollectionId
規則を取得するコレクションの ID を指定します。 この値は CollectionID プロパティです (たとえば、 XYZ00012
)。 既定のコレクションにはメンバーシップ ルールが含まれていないため、この ID は SMS
ではなくサイト コードで始まります。
型: | String |
Aliases: | Id |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-CollectionName
規則を取得するコレクションの名前を指定します。
型: | String |
Aliases: | Name |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-IncludeCollection
含まれているコレクションのオブジェクトを指定して、ルールを取得します。 このオブジェクトを取得するには、 Get-CMCollection、 Get-CMDeviceCollection、または Get-CMUserCollection コマンドレットを 使用します。
型: | IResultObject |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-IncludeCollectionId
含まれているコレクションの ID を指定して、ルールを取得します。 この値は CollectionID プロパティです (たとえば、 XYZ00012
)。 既定のコレクションを含めることができるので、この値はサイト コードまたは SMS
で始めることができます。
型: | String |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-IncludeCollectionName
含まれているコレクションの名前を指定して、ルールを取得します。
型: | String |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-InputObject
規則を取得するコレクションのオブジェクトを指定します。 このオブジェクトを取得するには、 Get-CMCollection、 Get-CMDeviceCollection、または Get-CMUserCollection コマンドレットを 使用します。
型: | IResultObject |
Aliases: | Collection |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
入力
Microsoft.ConfigurationManagement.ManagementProvider.IResultObject
出力
System.Object
メモ
このコマンドレットは 、Get-CMDeviceCollectionIncludeMembershipRule と Get-CMUserCollectionIncludeMembershipRule に似ています。これはコレクションの種類に固有です。 このコマンドレットは、デバイスまたはユーザー コレクションで動作します。
関連リンク
- Remove-CMCollectionIncludeMembershipRule
- Get-CMCollectionDirectMembershipRule
- Get-CMCollectionExcludeMembershipRule
- Get-CMCollectionQueryMembershipRule
- Add-CMDeviceCollectionIncludeMembershipRule
- Add-CMUserCollectionIncludeMembershipRule
- Get-CMDeviceCollectionIncludeMembershipRule
- Get-CMUserCollectionIncludeMembershipRule
- Get-CMCollection
- Get-CMDeviceCollection
- Get-CMUserCollection
- Configuration Manager でコレクションを作成する方法