Remove-CMUserCollectionDirectMembershipRule
Removes a direct membership rule from one or more user collection in the Configuration Manager hierarchy.
Parameter Set: ByCollectionNameAndResourceName
Remove-CMUserCollectionDirectMembershipRule -CollectionName <String> -ResourceName <String> [-Force] [-Confirm] [-WhatIf] [ <CommonParameters>]
Parameter Set: ByCollectionIdAndResourceId
Remove-CMUserCollectionDirectMembershipRule -CollectionId <String> -ResourceId <Int32> [-Force] [-Confirm] [-WhatIf] [ <CommonParameters>]
Parameter Set: ByCollectionIdAndResourceName
Remove-CMUserCollectionDirectMembershipRule -CollectionId <String> -ResourceName <String> [-Force] [-Confirm] [-WhatIf] [ <CommonParameters>]
Parameter Set: ByCollectionNameAndResourceId
Remove-CMUserCollectionDirectMembershipRule -CollectionName <String> -ResourceId <Int32> [-Force] [-Confirm] [-WhatIf] [ <CommonParameters>]
Parameter Set: ByCollectionValueAndResourceId
Remove-CMUserCollectionDirectMembershipRule -Collection <IResultObject> -ResourceId <Int32> [-Force] [-Confirm] [-WhatIf] [ <CommonParameters>]
Parameter Set: ByCollectionValueAndResourceName
Remove-CMUserCollectionDirectMembershipRule -Collection <IResultObject> -ResourceName <String> [-Force] [-Confirm] [-WhatIf] [ <CommonParameters>]
The Remove-CMUserCollectionDirectMembershipRule cmdlet removes a direct rule from the specified collections. You can specify the collections by using their names, IDs, or by specifying an object that represents the collections.
For more information about collection rules in Microsoft System Center 2012 Configuration Manager, see Introduction to Collections in Configuration Manager (https://go.microsoft.com/fwlink/p/?LinkID=259433) in the TechNet library.
Specifies a Configuration Manager user collection object. To obtain a user collection object, use the Get-CMUserCollection cmdlet.
Aliases |
none |
Required? |
true |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
True (ByPropertyName) |
Accept Wildcard Characters? |
false |
Specifies an ID of a user collection.
Aliases |
none |
Required? |
true |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
True (ByPropertyName) |
Accept Wildcard Characters? |
false |
Specifies the name of a user collection.
Aliases |
none |
Required? |
true |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
True (ByPropertyName) |
Accept Wildcard Characters? |
false |
Specifies whether you want to suppress the confirmation message that Configuration Manager displays at the command line before the rule is removed.
Aliases |
none |
Required? |
false |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
True (ByPropertyName) |
Accept Wildcard Characters? |
false |
Specifies the ID of the direct rule to remove from the user collections.
Aliases |
none |
Required? |
true |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
True (ByPropertyName) |
Accept Wildcard Characters? |
false |
Specifies the name of the rule that you want to retrieve remove from the user collections.
Aliases |
none |
Required? |
true |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
True (ByPropertyName) |
Accept Wildcard Characters? |
false |
Prompts you for confirmation before running the cmdlet.
Required? |
false |
Position? |
named |
Default Value |
false |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Required? |
false |
Position? |
named |
Default Value |
false |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
This command removes all the direct membership rules of the user collection that has the ID CM0001A
PS C:\> Remove-CMUserCollectionDirectMembershipRule -CollectionID "CM0001A" -ResourceId ""
Add-CMUserCollectionDirectMembershipRule
Get-CMUserCollectionDirectMembershipRule
Remove-CMUserCollectionExcludeMembershipRule