Get-AadrmSuperUserGroup

Gets the super user group for Rights Management.

Syntax

Get-AadrmSuperUserGroup []

Description

Note

This cmdlet from the AADRM module is now deprecated. After July 15, 2020, this cmdlet name will be supported only as an alias to its replacement in the AIPService module.

For more information, see the overview page.

The Get-AadrmSuperUserGroup cmdlet gets the email address of the Azure Rights Management super user group for your organization. This cmdlet does not get users that are individually assigned as super users with the Add-AadrmSuperUser 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 Rights Management and discovery services or data recovery.

Examples

Example 1: Get the super user group

PS C:\>Get-AadrmSuperUserGroup

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.