-
Notifications
You must be signed in to change notification settings - Fork 130
Description
Hello,
In regards to the paragraph "Configuration for the super user feature", I think this page would be a bit clearer with some Powershell examples and common command syntax.
Something like:
Examples
Example 1: Connect to Azure Information Protection.
PS C:> Connect-AIPService
This command connects you to Azure Information Protection.
Example 2: Enable the Azure Information Protection super user feature
PS C:> Enable-AIPSuperUserFeature
This command enables the super user feature for Azure Information Protection.
Example 3: Check the activation status of the AIP super user feature
PS C:>Get-AipServiceSuperUserFeature
The Get-AipServiceSuperUserFeature cmdlet gets the status of the super user feature for Azure Information Protection for your organization
Example 4: Add a user as a super user
PS C:>Add-AipServiceSuperUser -EmailAddress "superuser@contoso.com"
This command adds an individual user to your organization's super user list for Azure Information Protection, by specifying the user's email address.
Thank you
Pietro
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
- ID: 19d4b87c-1f20-37b4-be0b-f69354df1830
- Version Independent ID: 2bb88bdb-bbcd-033e-e23e-da88ed8a67e0
- Content: Configure super users for Azure Rights Management - AIP
- Content Source: Azure-RMSDocs/configure-super-users.md
- Service: information-protection
- Sub-service: azurerms
- GitHub Login: @aashishr
- Microsoft Alias: aashishr