February 2019
Beginner to intermediate
698 pages
12h 50m
English
In this section, we will verify the default enabled Azure RMS logging. Perform the following steps to analyze the usage of the Azure RMS service:
Get-AadrmConfiguration
Get-Command "*Log*" -Module AADRM
Create an AIP log directory and set the variables, as follows:
New-Item -ItemType directory -Path C:\AIPLogs\UserNew-Item -ItemType directory -Path C:\AIPLogs\Admin$UserLogs = "C:\AIPLogs\User"$AdminLogs = "C:\AIPLogs\Admin"
Get-AadrmUserLog -Path $UserLogs -FromDate (Get-Date).AddDays(-45)
Get-AadrmAdminLog -Path $AdminLogs\admin.log
Read now
Unlock full access