Forum Discussion
Saravanan_ameer
Sep 27, 2022Copper Contributor
I am unable to get the User Usage details for the Microsoft VISIO and Microsoft Project
In my Organization we have purchased the Microsoft VISIO and Microsoft Project licensed version and my management wants to know the users usage details of those apps but I am unable to get those deta...
VasilMichev
Sep 27, 2022MVP
There's a Usage report for Project in the M365 admin center: https://admin.microsoft.com/#/reportsUsage/ProjectActivity
Visio is not covered yet, either in the reports or audit log.
Visio is not covered yet, either in the reports or audit log.
Saravanan_ameer
Sep 28, 2022Copper Contributor
Thanks For your update, I was trying to get the details using PowerShell script using the following comment "Search-UnifiedAuditLog -StartDate (Get-Date).AddDays(-90) -EndDate (Get-Date) -RecordType Project -ResultSize 5000" but the result i am getting in powershell and the report which shown in the admin center are different. Please advise is there any other way to get the result using powershell