Add-CMDeviceCollectionDirectMembershipRule
Updated: March 1, 2013
Applies To: System Center 2012 Configuration Manager SP1
Add-CMDeviceCollectionDirectMembershipRule
Syntax
Parameter Set: ByCollectionIdAndResourceId Add-CMDeviceCollectionDirectMembershipRule -CollectionId <String> -ResourceId <Int32> [-Confirm] [-WhatIf] [ <CommonParameters>] Parameter Set: ByCollectionIdAndResourceValue Add-CMDeviceCollectionDirectMembershipRule -CollectionId <String> -Resource <IResultObject> [-Confirm] [-WhatIf] [ <CommonParameters>] Parameter Set: ByCollectionNameAndResourceId Add-CMDeviceCollectionDirectMembershipRule -CollectionName <String> -ResourceId <Int32> [-Confirm] [-WhatIf] [ <CommonParameters>] Parameter Set: ByCollectionNameAndResourceValue Add-CMDeviceCollectionDirectMembershipRule -CollectionName <String> -Resource <IResultObject> [-Confirm] [-WhatIf] [ <CommonParameters>] Parameter Set: ByCollectionValueAndResourceId Add-CMDeviceCollectionDirectMembershipRule -Collection <IResultObject> -ResourceId <Int32> [-Confirm] [-WhatIf] [ <CommonParameters>] Parameter Set: ByCollectionValueAndResourceValue Add-CMDeviceCollectionDirectMembershipRule -Collection <IResultObject> -Resource <IResultObject> [-Confirm] [-WhatIf] [ <CommonParameters>]
Detailed Description
The Add-CMDeviceCollectionDirectMembershipRule cmdlet adds a rule that adds a specific resource, such as a computer, to one or more device collection. You can specify the device collections by using their name, Id, or by specifying an object that represents the collections.
A direct rule lets you explicitly choose the members of the device 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 device 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 device that is added to the device 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.
