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
Required:False
Accept pipeline input:True
Accept wildcard characters:False