Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get-AipServiceUserLog - ‘file-name’ column value is blank #10

Open
mevaibhav83 opened this issue Aug 13, 2024 · 0 comments
Open

Get-AipServiceUserLog - ‘file-name’ column value is blank #10

mevaibhav83 opened this issue Aug 13, 2024 · 0 comments

Comments

@mevaibhav83
Copy link

mevaibhav83 commented Aug 13, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant