Import-CMSecurityRole

Import-CMSecurityRole

Imports a security role into Configuration Manager.

構文

Parameter Set: Default
Import-CMSecurityRole -Overwrite <Boolean> -XmlFileName <String> [-Confirm] [-WhatIf] [ <CommonParameters>]

詳細説明

The Import-CMSecurityRole cmdlet imports a security role that was exported from another Microsoft System Center 2012 Configuration Manager hierarchy.

パラメーター

-Overwrite<Boolean>

Indicates whether the security role that you import overwrites an existing security role with the same name that you specify in the XmlFileName parameter.

エイリアス

OverwrittenExisted

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-XmlFileName<String>

Specifies the XML export file that contains the security role definition.

エイリアス

RolesXml

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-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: Import a security role

This command imports a security role into Configuration Manager from the XML export file named RemoteAdminSecurity. The command specifies that the security role that you import overwrites an existing security role with the same name.

PS C:\> Import-CMSecurityRole -Overwrite $True -XmlFileName "RemoteAdminSecurity.xml"

関連トピック

Get-CMSecurityRole

Copy-CMSecurityRole

Set-CMSecurityRole

Remove-CMSecurityRole

Export-CMSecurityRole

Remove-CMSecurityRoleFromAdministrativeUser