Поделиться через


Get-AipServiceRoleBasedAdministrator

Gets the role-based administrators for Azure Information Protection.

Синтаксис

Default (по умолчанию)

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

Описание

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.

Примеры

Example 1: List administrators

PS C:\>Get-AipServiceRoleBasedAdministrator

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

Параметры

-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

Свойства параметра

Тип:Role
Default value:None
Допустимые значения:GlobalAdministrator, ConnectorAdministrator
Поддерживаются подстановочные знаки:False
DontShow:False

Наборы параметров

(All)
Position:Named
Обязательно:False
Значение из конвейера:True
Значение из конвейера по имени свойства:True
Значение из оставшихся аргументов:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.