你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Get-AipServiceRoleBasedAdministrator

Gets the role-based administrators for Azure Information Protection.

Syntax

Get-AipServiceRoleBasedAdministrator
   [-Role <Role>]
   [<CommonParameters>]

Description

The Get-AipServiceRoleBasedAdministrator cmdlet gets the role-based administrators for the protection service from Azure Information Protection. You can get the administrators for a specified role.

You must use PowerShell to configure delegated administrative control for the protection service; you cannot do this configuration by using a management portal.

Examples

Example 1: List administrators

PS C:\>Get-AipServiceRoleBasedAdministrator

This command lists the role-based administrators for Azure Information Protection.

Parameters

-Role

Specifies a role. The cmdlet gets the administrators that belong to the role that you specify.

The acceptable values for this parameter are:

  • ConnectorAdministrator

  • GlobalAdministrator

Type:Role
Accepted values:GlobalAdministrator, ConnectorAdministrator
Position:Named
Default value:None
Accept pipeline input:True
Accept wildcard characters:False