Get-AadrmSuperUserFeature

Gets the status of the super user feature for Rights Management.

Syntax

Get-AadrmSuperUserFeature []

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-AadrmSuperUserFeature cmdlet gets the status of the super user feature for Azure Rights Management in your organization. The super user feature can be enabled or disabled. By default, it is disabled.

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 on the Microsoft documentation site.

Examples

Example 1: Get the status of the super user feature

PS C:\>Get-AadrmSuperUserFeature
Enabled

This command gets the status (Enabled or Disabled) of the super user feature in your organization.