Question

How to determine the LastContentModifiedDate of a Site Collection using Powershell?

Was it helpful?

Solution

You can do it using below script

$site = Get-SPSite http://siteurl
$site.LastContentModifiedDate
Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top