Get-AipServiceSuperUserGroup

Gets the super user group for Azure Information Protection.

Syntax

Get-AipServiceSuperUserGroup []

Description

The Get-AipServiceSuperUserGroup cmdlet gets the email address of the Azure Information Protection super user group for your organization. This cmdlet does not get users that are individually assigned as super users with the Add-AipServiceSuperUser cmdlet.

You must use PowerShell to configure super users; you cannot do this configuration by using a management portal.

For more information about super users, see Configuring super users for Azure Information Protection and discovery services or data recovery.

Examples

Example 1: Get the super user group

PS C:\>Get-AipServiceSuperUserGroup

This command gets the email address of the super user group for an organization.

Outputs

System.String

This operation returns the super user group email address as a String. If no super user group exists, an empty String is returned.