Remove-CMUserCollectionIncludeMembershipRule

Remove-CMUserCollectionIncludeMembershipRule

Removes an include membership rule from one or more user collection in the Configuration Manager hierarchy.

Syntax

Parameter Set: ByCollectionNameAndIncludeCollectionName
Remove-CMUserCollectionIncludeMembershipRule -CollectionName <String> -IncludeCollectionName <String> [-Force] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: ByCollectionIdAndIncludeCollectionId
Remove-CMUserCollectionIncludeMembershipRule -CollectionId <String> -IncludeCollectionId <String> [-Force] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: ByCollectionIdAndIncludeCollectionName
Remove-CMUserCollectionIncludeMembershipRule -CollectionId <String> -IncludeCollectionName <String> [-Force] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: ByCollectionNameAndIncludeCollectionId
Remove-CMUserCollectionIncludeMembershipRule -CollectionName <String> -IncludeCollectionId <String> [-Force] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: ByCollectionValueAndIncludeCollectionId
Remove-CMUserCollectionIncludeMembershipRule -Collection <IResultObject> -IncludeCollectionId <String> [-Force] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: ByCollectionValueAndIncludeCollectionName
Remove-CMUserCollectionIncludeMembershipRule -Collection <IResultObject> -IncludeCollectionName <String> [-Force] [-Confirm] [-WhatIf] [ <CommonParameters>]

Detailed Description

The Remove-CMUserCollectionIncludeMembershipRule cmdlet removes an include rule from the specified collections. You can specify the user collections by using their names, IDs, or by specifying an input object that represents the collections.

For more information about collection rules in Microsoft System Center 2012 SP1 Configuration Manager, see Introduction to Collections in Configuration Manager (https://go.microsoft.com/fwlink/p/?LinkID=259433) on TechNet.

Parameters

-Collection<IResultObject>

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

-CollectionId<String>

Specifies the ID of the user collection.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-CollectionName<String>

Specifies the name of the user collection.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Force

Forces the command to run without asking for user confirmation.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-IncludeCollectionId<String>

Specifies the ID for the collection whose members are included in the user collections.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-IncludeCollectionName<String>

Specifies the name for the collection whose members are included in the user collections.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Confirm

Prompts you for confirmation before running the cmdlet.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WhatIf

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

<CommonParameters>

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).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1: Remove an include membership rule from a user collection

This command removes the include membership rule that has the ID SMSDM001 from the user collection that has the ID 9990000D.

PS C:\> Remove-CMUserCollectionIncludeMembershipRule -CollectionId "9990000D" -IncludeCollectionId "SMSDM001"

Add-CMUserCollectionIncludeMembershipRule

Get-CMUserCollection

Get-CMUserCollectionIncludeMembershipRule