Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Get-AipServiceRoleBasedAdministrator

Gets the role-based administrators for Azure Information Protection.

Syntax

Default (Default)

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

Parameter properties

Type:Role
Default value:None
Accepted values:GlobalAdministrator, ConnectorAdministrator
Supports wildcards:False
DontShow:False

Parameter sets

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.

Related Links