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

Explanation:

https://technet.microsoft.com/en-us/library/jj585027.aspx
Word for word matches the question :
“Manage users and groups who are authorized to administer the Rights Management service for your organization.” Can use one of these three commands. The
only one listed in the answer section is the Remove-AadrmRoleBasedAdministrator Add-AadrmRoleBasedAdministrator
Get-AadrmRoleBasedAdministrator
Remove-AadrmRoleBasedAdministrator



Leave a Reply 5

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


Diego

Diego

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: A

Waqas

Waqas

https://docs.microsoft.com/en-us/rights-management/deploy-use/administer-powershell

https://msdn.microsoft.com/library/azure/dn629398.aspx

Options A is cmdlet is not even exist (refer with links mention above)

Options B is cmdlet is Gets the users who have administrative rights for Rights Management. (refer with links mention above)

Options C is cmdlet is Removes administrative rights from Rights Management. (refer with links mention above)

Options D is cmdlet is Manage the super user feature of Rights Management for your organization. (refer with links mention above)

Ahmed

Ahmed

that means None of the above.

EricB

EricB

Diego, A is incorrect. The answer is C.

All the commands for the Azure Active Directory Right Management include the phrase “aadrm”. This is Microsoft being jerks as usual trying to see if you know one of the commands even though it’s not the command you’d likely use first in the real world.

Most ppl would run Get-AadrmRoleBasedAdministrator first to see which users are assigned ConnectorAdministrator or GlobalAdministrator rights and then proceed with the Add or Remove commands.

Ahmed

Ahmed

None of the above.
confusing question.
it does not depict what to do first before modifying RM.