Add-PSSnapin Microsoft.sharepoint.powershell -ErrorAction SilentlyContinue
$Webapp = "http://2010.ajtech.com"
$site = Get-SPSite -webapplication $Webapp -Limit All
$site | Get-SpWeb -Limit All |Select-Object -Property LastItemModifiedDate, URL | Export-Csv -path C:\siteslistlastmodified.csv
$Webapp = "http://2010.ajtech.com"
$site = Get-SPSite -webapplication $Webapp -Limit All
$site | Get-SpWeb -Limit All |Select-Object -Property LastItemModifiedDate, URL | Export-Csv -path C:\siteslistlastmodified.csv
No comments:
Post a Comment