< Back

Disable-AadrmSuperUserFeature

Fri Jan 10, 2020 6:10 pm

NAME Disable-AadrmSuperUserFeature



SYNOPSIS

Disables the super user feature.





SYNTAX

Disable-AadrmSuperUserFeature [<CommonParameters>]





DESCRIPTION

The Disable-AadrmSuperUserFeature cmdlet disables the super user feature. This action does not automatically

remove the previously added users or group from the super user list, and they continue to be displayed when you

run the Get-AadrmSuperUser or Get-AadrmSuperUserGroup cmdlets. Therefore, if you enable the super user feature

again, these users are automatically super users again, until you manually remove them.



If there are users in the current super list who must not be a super user if this feature is enabled again, remove

them from the super user list before you disable the super user feature. If these users are individually

specified, remove them with the Remove-AadrmSuperUser cmdlet. If they are a member of a group that you have

specified to be a super user group, either remove those users from the specified super user group, or remove the

super user group by using the Clear-AadrmSuperUserGroup cmdlet.



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



For information about the super user feature in Azure Rights Management, see Enable-AadrmSuperUserFeature.





PARAMETERS

<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: Disable super user feature ------------



PS C:\\>Disable-AadrmSuperUserFeature



This command disables the super user feature for your organization.



RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=400599

Clear-AadrmSuperUserGroup

Enable-AadrmSuperUserFeature

Get-AadrmSuperUserFeature

Get-AadrmSuperUser

Get-AadrmSuperUserGroup

Remove-AadrmSuperUser