You plan to deploy an Office 365 tenant to multiple offices around the country.
You need to modify the users and groups who are authorized to administer the Rights Management service.
Which Windows PowerShell cmdlet should you run?

A.
Add-MsolGroupMember
B.
Get-Add rm Role Based Administrator
C.
Remove-AadrmRoleBasedAdministrator
D.
Enable AadrmSuperUserFeature
Explanation:
The Enable-AadrmSuperUserFeature cmdlet enables the super user feature. With this feature enabled, you
can add or remove super users for Azure Rights Management. By default, the super users feature is not
enabled, and no users are assigned to this feature. By enabling this feature we can modify the users and
groups that are able to administer the Rights Management service.
wrong! D simple enables super user feature it doesn’t modify anything.
0
0
correct answer is C
0
0
Remove-AadrmRoleBasedAdministrator removes administrative rights to your organization’s Azure Rights Management service, so that administrators you have
previously delegated to configure this service can no longer do so by using PowerShell commands
0
0
Is not B is correct Get-AadrmRoleBasedAdministrator
0
0