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
Answer: C
https://docs.microsoft.com/en-us/information-protection/deploy-use/administer-powershell
The following cmdlets are being used to administer the Azure Rights Management service in Office 365:
Add-AadrmRoleBasedAdministrator
Get-AadrmRoleBasedAdministrator
Remove-AadrmRoleBasedAdministrator
0
0
The question states you need to MODIFY
Get- Does not modify. Sure you can pipe it to Remove or Add, but thats not what the question is asking.
The only one that can change membership in the list is Remove-AAdrmRoleBased Administrator.
C is Correct
0
0