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.
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.