Hello Friends,
Many times we need to generate Audit Reports in SharePoint Sites. To enable this link in Site Settings we need to activate "Reporting" Site Collection Level Feature.
PowerShell Script To Enable “Audit Log Reports”:
Enable-SPFeature –identity "Reporting" -URL $url -ErrorAction SilentlyContinue
This way we can create number of scripts including Custom one.
Happy Reading!!!
Many times we need to generate Audit Reports in SharePoint Sites. To enable this link in Site Settings we need to activate "Reporting" Site Collection Level Feature.
PowerShell Script To Enable “Audit Log Reports”:
Enable-SPFeature –identity "Reporting" -URL $url -ErrorAction SilentlyContinue
This way we can create number of scripts including Custom one.
Happy Reading!!!
No comments:
Post a Comment