Forum Discussion
Benoit_Fournier
Dec 02, 2021Iron Contributor
Microsoft Lists / SharePoint Lists usage statistics
Is there a way to get usage statistics on Lists / Lists items? In the OOTB usage stats, we have site visitors count; page views but I do not see where I could get the number of users that visited...
- Dec 08, 2021I was able to use PowerShell to extract logs information with this command:
Search-UnifiedAuditLog -StartDate (Get-Date).AddDays(-300) -EndDate (Get-Date).AddDays(+1) -Operations ListItemViewed -ObjectIds $SiteURLs -ResultSize 5000
But this should be available to site owners without admin access.
Benoit_Fournier
Dec 08, 2021Iron Contributor
I was able to use PowerShell to extract logs information with this command:
Search-UnifiedAuditLog -StartDate (Get-Date).AddDays(-300) -EndDate (Get-Date).AddDays(+1) -Operations ListItemViewed -ObjectIds $SiteURLs -ResultSize 5000
But this should be available to site owners without admin access.
Search-UnifiedAuditLog -StartDate (Get-Date).AddDays(-300) -EndDate (Get-Date).AddDays(+1) -Operations ListItemViewed -ObjectIds $SiteURLs -ResultSize 5000
But this should be available to site owners without admin access.
ccallejas
Mar 07, 2022Brass Contributor
Hi,
same question on this.
Is there a way to look into these statistics in an easier/friendlier way?
Without having to use PowerShell, and with no possibility of having M365 Audit Logs can we obtain even basic information on the total number of views on a list?
Thank you
same question on this.
Is there a way to look into these statistics in an easier/friendlier way?
Without having to use PowerShell, and with no possibility of having M365 Audit Logs can we obtain even basic information on the total number of views on a list?
Thank you