Remove-AipServiceSuperUser

Removes a super user from Azure Information Protection.

Syntax

Remove-AipServiceSuperUser
      -EmailAddress <String>
      [<CommonParameters>]

Description

The Remove-AipServiceSuperUser cmdlet removes a user from the list of users who are individually granted super user privileges for your organization.

This cmdlet does not remove a group or a user from that a group that is assigned super user privileges by using the Set-AipServiceSuperUserGroup cmdlet.

For more information about super users, see the Get-AipServiceSuperUser cmdlet.

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

Examples

Example 1: Remove a super user

PS C:\>Remove-AipServiceSuperUser -EmailAddress "EvanNarvaez@Contoso.com"

This command removes an individually specified super user from Azure Information Protection by specifying that user's email address.

Parameters

-EmailAddress

Specifies the email address of a user or group.

The cmdlet removes the user or group identified by the email address that you specify.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False