Remove-CMCollectionExcludeMembershipRule
デバイスまたはユーザー コレクションからメンバーシップの除外規則を削除します。
構文
Remove-CMCollectionExcludeMembershipRule
-CollectionName <String>
-ExcludeCollectionName <String>
[-Force]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Remove-CMCollectionExcludeMembershipRule
-CollectionName <String>
-ExcludeCollection <IResultObject>
[-Force]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Remove-CMCollectionExcludeMembershipRule
-CollectionName <String>
-ExcludeCollectionId <String>
[-Force]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Remove-CMCollectionExcludeMembershipRule
-CollectionId <String>
-ExcludeCollection <IResultObject>
[-Force]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Remove-CMCollectionExcludeMembershipRule
-CollectionId <String>
-ExcludeCollectionId <String>
[-Force]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Remove-CMCollectionExcludeMembershipRule
-CollectionId <String>
-ExcludeCollectionName <String>
[-Force]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Remove-CMCollectionExcludeMembershipRule
-InputObject <IResultObject>
-ExcludeCollection <IResultObject>
[-Force]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Remove-CMCollectionExcludeMembershipRule
-InputObject <IResultObject>
-ExcludeCollectionId <String>
[-Force]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Remove-CMCollectionExcludeMembershipRule
-InputObject <IResultObject>
-ExcludeCollectionName <String>
[-Force]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
説明
このコマンドレットを使用して、デバイスまたはユーザー コレクションからメンバーシップの除外規則を削除します。 [メンバーシップの除外] ルールは、ルールが適用されているコレクションから別のコレクションのメンバーを除外します。
詳細については、「 Configuration Manager でコレクションを作成する方法」を参照してください。
コレクションからメンバーシップの除外規則を削除すると、リソースがコレクションのメンバーになる可能性があります。 このアクションにより、ソフトウェアまたは構成のデプロイが、以前に除外されたコレクション内のリソースに適用される可能性があります。
注:
PS XYZ:\>
など、Configuration Manager サイト ドライブから Configuration Manager コマンドレットを実行します。 詳細については、「作業の 開始」を参照してください。
例
例 1: デバイス コレクションから除外メンバーシップ規則を削除する
このコマンドは、IDXYZ00012を持つデバイス コレクションからコレクション SMSDM001を除外する規則を削除します。
Remove-CMCollectionExcludeMembershipRule -CollectionId "XYZ00012" -ExcludeCollectionId "SMSDM001" -Force
パラメーター
-CollectionId
規則を削除するコレクションの ID を指定します。 この値は CollectionID プロパティです (たとえば、 XYZ00012
)。 既定のコレクションにはメンバーシップの除外規則がないため、この ID は SMS
ではなくサイト コードで始まります。
型: | String |
Aliases: | Id |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-CollectionName
規則を削除するコレクションの名前を指定します。
型: | String |
Aliases: | Name |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-Confirm
コマンドレットを実行する前に確認メッセージを表示します。
型: | SwitchParameter |
Aliases: | cf |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-ExcludeCollection
除外されたコレクションのオブジェクトを指定して、ルールを削除します。 このオブジェクトを取得するには、 Get-CMCollection、 Get-CMDeviceCollection、または Get-CMUserCollection コマンドレットを 使用します。
型: | IResultObject |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-ExcludeCollectionId
除外されたコレクションの ID を指定して、ルールを削除します。 この値は CollectionID プロパティです (たとえば、 XYZ00012
)。 既定のコレクションを除外できるため、この値はサイト コードまたは SMS
で始めることができます。
型: | String |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-ExcludeCollectionName
ルールを取得するには、除外するコレクションの名前を指定します。
型: | String |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-Force
確認を求めずにコマンドを実行します。
型: | SwitchParameter |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-InputObject
ルールを削除するコレクションのオブジェクトを指定します。 このオブジェクトを取得するには、 Get-CMCollection、 Get-CMDeviceCollection、または Get-CMUserCollection コマンドレットを 使用します。
型: | IResultObject |
Aliases: | Collection |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-WhatIf
コマンドレットが実行されるとどうなるかを示します。 コマンドレットは実行されません。
型: | SwitchParameter |
Aliases: | wi |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
入力
Microsoft.ConfigurationManagement.ManagementProvider.IResultObject
出力
System.Object
メモ
このコマンドレットは、コレクションの種類に固有の Remove-CMDeviceCollectionExcludeMembershipRule および Remove-CMUserCollectionExcludeMembershipRule に似ています。 このコマンドレットは、デバイスまたはユーザー コレクションで動作します。
関連リンク
- Get-CMCollectionExcludeMembershipRule
- Remove-CMCollectionDirectMembershipRule
- Remove-CMCollectionIncludeMembershipRule
- Remove-CMCollectionQueryMembershipRule
- Add-CMDeviceCollectionExcludeMembershipRule
- Add-CMUserCollectionExcludeMembershipRule
- Get-CMDeviceCollectionExcludeMembershipRule
- Get-CMUserCollectionExcludeMembershipRule
- Get-CMCollection
- Get-CMDeviceCollection
- Get-CMUserCollection
- Configuration Manager でコレクションを作成する方法