You have an Office 365 tenant that users an Enterprise E3 subscription.
You active Azure Rights Management for the tenant.
You need to deploy Azure Rights Management for all users.
Which Windows PowerShell cmdlet should you run?
A.
Enable-Aadrm
B.
Set-AadrmOnboardingControlPolicy
C.
New-AadrmRightsDefinition
D.
Enable-AadrmSuperUserFeature
E.
Add-AadrmSuperUser
Explanation:
https://msdn.microsoft.com/en-us/library/dn629412.aspx
B is the correct answer
https://docs.microsoft.com/en-us/powershell/module/aadrm/set-aadrmonboardingcontrolpolicy?view=azureipps
Option B is only used if you want to do a phased approach. A is the correct answer because it will enable for all users.
https://docs.microsoft.com/en-us/powershell/module/aadrm/enable-aadrm?view=azureipps
You are right !