Expand Minimize
This topic has not yet been rated - Rate this topic

Add-CMUserCollectionDirectMembershipRule

Updated: March 1, 2013

Applies To: System Center 2012 Configuration Manager SP1

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Add-CMUserCollectionDirectMembershipRule

Adds a direct membership rule to one or more Configuration Manager user collections.

Syntax

Parameter Set: ByCollectionIdAndResourceId
Add-CMUserCollectionDirectMembershipRule -CollectionId <String> -ResourceId <Int32> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: ByCollectionIdAndResourceValue
Add-CMUserCollectionDirectMembershipRule -CollectionId <String> -Resource <IResultObject> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: ByCollectionNameAndResourceId
Add-CMUserCollectionDirectMembershipRule -CollectionName <String> -ResourceId <Int32> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: ByCollectionNameAndResourceValue
Add-CMUserCollectionDirectMembershipRule -CollectionName <String> -Resource <IResultObject> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: ByCollectionValueAndResourceId
Add-CMUserCollectionDirectMembershipRule -Collection <IResultObject> -ResourceId <Int32> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: ByCollectionValueAndResourceValue
Add-CMUserCollectionDirectMembershipRule -Collection <IResultObject> -Resource <IResultObject> [-Confirm] [-WhatIf] [ <CommonParameters>]




Detailed Description

The Add-CMUserCollectionDirectMembershipRule cmdlet adds a rule that adds a specific resource to the user collections. You can specify the user collections by using their names, Ids, or by specifying an object that represents the collections.

A direct rule lets you explicitly choose the members of the user collection. For more information on collection rules, see Introduction to Collections in Configuration Manager.

Parameters

-Collection<IResultObject>

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-CollectionId<String>

Specifies the Ids of the user collections 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>

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Resource<IResultObject>

Specifies the type of the resource that is added to the user collections.


Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-ResourceId<Int32>

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Confirm

Prompts you for confirmation before executing the command.


Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WhatIf

Describes what would happen if you executed the command without actually executing the command.


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.

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.

 
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.