You plan to deploy an Office 365 tenant to multiple offices around the country.
You need to modify the accounts that are authorized to administer the Rights Management
Which Windows PowerShell cmdlet should you run?
A.
Get-AadrmRoleBased Administrator
B.
Connect-AadrmService
C.
Enable-AadrmSuperUserFeature
D.
Remove-AadrmRoleBasedAdministrator
Answer is B
The Connect-AadrmService cmdlet connects you to the Azure Rights Management service so that you can then run administrative commands for your Azure RMS tenant. This cmdlet can also be used by a partner company that manages your tenant.
You must run this cmdlet before you can run the other Rights Management cmdlets in this module
https://docs.microsoft.com/en-us/powershell/aadrm/vlatest/connect-aadrmservice
but to modify accounts that are authorized to administer Azure Rights Management don’t you need D? Or even A?
Answer is correct.
You need to think like Microsoft here, removing permissions is a modification. All other options would require another powershell commend to be run afterward, the question is asking which of these will make the modification.
MS is always so tricky with the way they word their questions.