< Back
Remove-AadrmSuperUser
Post
NAME Remove-AadrmSuperUser
SYNOPSIS
Removes a super user from Rights Management.
SYNTAX
Remove-AadrmSuperUser -EmailAddress <String> [<CommonParameters>]
DESCRIPTION
The Remove-AadrmSuperUser 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-AadrmSuperUserGroup cmdlet.
For more information about super users, see the Get-AadrmSuperUser cmdlet.
You must use PowerShell to configure super users; you cannot do this configuration by using a management portal.
PARAMETERS
-EmailAddress <String>
Specifies the email address of a user or group.
The cmdlet removes the user or group identified by the email address that you specify.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByPropertyName, ByValue)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
---------------- Example 1: Remove a super user ----------------
PS C:\\>Remove-AadrmSuperUser -EmailAddress "EvanNarvaez@Contoso.com"
This command removes an individually specified super user from Rights Management by specifying that user's email
address.
RELATED LINKS
Online Version: http://go.microsoft.com/fwlink/?LinkId=400621
Add-AadrmSuperUser
Get-AadrmSuperUser
Enable-AadrmSuperUserFeature
Set-AadrmSuperUserGroup
SYNOPSIS
Removes a super user from Rights Management.
SYNTAX
Remove-AadrmSuperUser -EmailAddress <String> [<CommonParameters>]
DESCRIPTION
The Remove-AadrmSuperUser 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-AadrmSuperUserGroup cmdlet.
For more information about super users, see the Get-AadrmSuperUser cmdlet.
You must use PowerShell to configure super users; you cannot do this configuration by using a management portal.
PARAMETERS
-EmailAddress <String>
Specifies the email address of a user or group.
The cmdlet removes the user or group identified by the email address that you specify.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByPropertyName, ByValue)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
---------------- Example 1: Remove a super user ----------------
PS C:\\>Remove-AadrmSuperUser -EmailAddress "EvanNarvaez@Contoso.com"
This command removes an individually specified super user from Rights Management by specifying that user's email
address.
RELATED LINKS
Online Version: http://go.microsoft.com/fwlink/?LinkId=400621
Add-AadrmSuperUser
Get-AadrmSuperUser
Enable-AadrmSuperUserFeature
Set-AadrmSuperUserGroup