Which Windows PowerShell cmdlet should you run?

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?

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



Leave a Reply 2

Your email address will not be published. Required fields are marked *

15 + 13 =


singhish

singhish

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