New-CMSecurityScope
Updated: March 1, 2013
Applies To: System Center 2012 Configuration Manager SP1
New-CMSecurityScope
Syntax
Parameter Set: New New-CMSecurityScope -Name <String> [-Description <String> ] [-Confirm] [-WhatIf] [ <CommonParameters>]
Detailed Description
The New-CMSecurityScope cmdlet creates a security scope. Security scopes in Microsoft System Center 2012 Configuration Manager provide administrative users with access to securable objects. Security scopes are a named set of securable objects that are assigned to administrator users as a group. All securable objects must be assigned to one or more security scopes.
Parameters
-Description<String>
Specifies the description of a security scope.
Aliases | CategoryDescription |
Required? | false |
Position? | named |
Default Value | none |
Accept Pipeline Input? | True (ByPropertyName) |
Accept Wildcard Characters? | false |
-Name<String>
Specifies the name of the security scope.
Aliases | CategoryName |
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.
Examples
Example 1: Create a security scope
This command creates a security scope named ScopeT01 and adds a description to the new security scope.
PS C:\> New-CMSecurityScope -Name "ScopeT01" -Description "Security scope for team 1."
