You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue Detail: I have been collecting log using Get-AipServiceUserLog and found that ‘file-name’ column value is blank for all the record consistently. I am sure that there are many protected office file were accessed by internal, guest and external user.
Issue Detail: I have been collecting log using Get-AipServiceUserLog and found that ‘file-name’ column value is blank for all the record consistently. I am sure that there are many protected office file were accessed by internal, guest and external user.
I tried below command:
Get-AipServiceUserLog -Path c:\temp\aa -fromdate 01/08/2024 -ToDate 09/08/2024
Parse log via Log Parser utility:
cd C:\Program Files (x86)\Log Parser 2.2
logparser –i:w3c –o:csv "SELECT * INTO \\shared\C\Temp\aa\AllLogs.csv FROM \\shared\C\Temp\aa*.log”
Expectation: I was expecting to have protected file name (e.g. mywordfile.docx) for which activity has been logged.
https://github.com/Azure/azure-docs-powershell-aip/blob/main/Azure%20Information%20Protection/AIPService/Get-AipServiceUserLog.md
The text was updated successfully, but these errors were encountered: