New-CMSecurityScope

New-CMSecurityScope

Creates a security scope.

構文

Parameter Set: New
New-CMSecurityScope -Name <String> [-Description <String> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

詳細説明

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.

パラメーター

-Description<String>

Specifies the description of a security scope.

エイリアス

CategoryDescription

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

-Name<String>

Specifies the name of the security scope.

エイリアス

CategoryName

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

true

-Confirm

コマンドレットを実行する前に、ユーザーに確認を求めます。

必須?

false

位置は?

named

既定値

false

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-WhatIf

コマンドレットを実行するとどのような結果になるかを表示します。コマンドレットは実行されません。

必須?

false

位置は?

named

既定値

false

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

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