Get-CMUserCollectionIncludeMembershipRule

Get-CMUserCollectionIncludeMembershipRule

Gets the include membership rules from one or more user collections in the Configuration Manager hierarchy.

Syntax

Parameter Set: ByCollectionNameAndIncludeCollectionName
Get-CMUserCollectionIncludeMembershipRule -CollectionName <String> -IncludeCollectionName <String> [ <CommonParameters>]

Parameter Set: ByCollectionIdAndIncludeCollectionId
Get-CMUserCollectionIncludeMembershipRule -CollectionId <String> -IncludeCollectionId <String> [ <CommonParameters>]

Parameter Set: ByCollectionIdAndIncludeCollectionName
Get-CMUserCollectionIncludeMembershipRule -CollectionId <String> -IncludeCollectionName <String> [ <CommonParameters>]

Parameter Set: ByCollectionNameAndIncludeCollectionId
Get-CMUserCollectionIncludeMembershipRule -CollectionName <String> -IncludeCollectionId <String> [ <CommonParameters>]

Parameter Set: ByCollectionValueAndIncludeCollectionId
Get-CMUserCollectionIncludeMembershipRule -Collection <IResultObject> -IncludeCollectionId <String> [ <CommonParameters>]

Parameter Set: ByCollectionValueAndIncludeCollectionName
Get-CMUserCollectionIncludeMembershipRule -Collection <IResultObject> -IncludeCollectionName <String> [ <CommonParameters>]

Detailed Description

The Get-CMUserCollectionIncludeMembershipRule cmdlet retrieves rules that include the members of another collection in the user collections where the rule is applied. You can specify the user collections where the rule is applied by using their names, IDs, or by specifying an object that represents the collections.

Microsoft System Center 2012 Configuration Manager dynamically updates the membership of the user collection if the membership of the included collection changes. For more information about membership rules, see Introduction to Collections in Configuration Manager (https://go.microsoft.com/fwlink/p/?LinkID=259433) in the TechNet library.

Parameters

-Collection<IResultObject>

Specifies a Configuration Manager user collection object where the rule is applied. 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 where the rule is applied.

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 where the rule is applied.

Aliases

none

Required?

true

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

<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: Get the include membership rules from a user collection

This command gets the include membership rules for the collection that has the ID SMSDM001 from the user collection that has the ID 9990000D.

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

Get-CMUserCollection

Add-CMUserCollectionIncludeMembershipRule

Remove-CMUserCollectionIncludeMembershipRule