New-CMSecurityScope

New-CMSecurityScope

Creates a security scope.

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 SP1 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?

true

-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: 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."

Get-CMSecurityScope

Set-CMSecurityScope

Remove-CMSecurityScope

Remove-CMSecurityScopeFromAdministrativeUser