You work as a senior Office 365 administrator at ABC.com. The ABC.com network consists of a
single domain named ABC.com.
You are running a training exercise for junior administrators. You are currently discussing an
Azure Cmdlet that allows for Rights Management to log all requests served on behalf of your
tenant to your storage account.
Which of the following is the cmdlet being discussed?
A.
The Get-AadrmAdminLog cmdlet.
B.
The Save-AzureWebsiteLog cmdlet.
C.
The Enable-AadrmUsageLogFeature cmdlet.
D.
The Set-AadrmUsageLogStorageAccount cmdlet.
Explanation:
http://msdn.microsoft.com/en-us/library/azure/dn629430.aspx
W00t 🙂
https://msdn.microsoft.com/en-us/library/dn629421.aspx
The Enable-AadrmUsageLogFeature cmdlet enables usage logging for Azure Rights Management. After you enable this feature, Rights Management logs all requests served on behalf of your tenant to your storage account.
Note: This cmdlet is not needed and will not run successfully after the usage logging change in February 2016. After this date, usage logging is automatically enabled and the only Windows PowerShell cmdlet that you need for Azure RMS usage logging is Get-AadrmUserLog.
https://docs.microsoft.com/en-us/powershell/aadrm/vlatest/enable-aadrmusagelogfeature
Tip here is in the wording: “You are currently discussing an
Azure Cmdlet that ALLOWS….”
So it is asking for the cmdlet that ENABLES the service rather than GET which is the action that enforces it.