PrepAway - Latest Free Exam Questions & Answers

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 accounts that are authorized to administer the Rights Management service.
Which Windows PowerShell cmdlet should you run?

PrepAway - Latest Free Exam Questions & Answers

A.
Enable-AadrmSuperUserFeature

B.
Add-MsolGroupMember

C.
Add-AadrmRoleBasedAdministrator

D.
Get-AadrmRoleBasedAdministrator

Explanation:
https://docs.microsoft.com/en-us/powershell/module/aadrm/get-aadrmrolebasedadministrator?
view=azureipps

9 Comments on “Which Windows PowerShell cmdlet should you run?

  1. Daniel Sepúlveda says:

    Explanation of D. Answer

    PS C:\>Get-AadrmRoleBasedAdministrator
    This command lists the role-based administrators for Rights Management.

    Explanation of C. Answer

    PS C:\>Add-AadrmRoleBasedAdministrator -SecurityGroupDisplayName “Finance Employees”
    This command grants administrative rights to the Azure Rights Management service for the group that has a display name of “Finance Employees”.

    The correct answer is C. Add-AadrmRoleBasedAdministrator

    https://docs.microsoft.com/en-us/powershell/module/aadrm/add-aadrmrolebasedadministrator?view=azureipps




    4



    0
  2. paulosrsf says:

    It says that we want to modify the user accounts that are already administrators of the tenant. But it doesn’t say we want to add more administrators. So, if we just want to know who are the administrators to modify them, first of all, we need to run Get-AadrmRoleBasedAdministrator. Answer is D. It’s a tricky one.




    1



    0

Leave a Reply