siddiqali-sharepoint
About Me
محمّد سددقالی . سوفٹوارے ڈولوپر
Learn access
View my complete profile
Tuesday, June 20, 2017
Powershell to find total documents in Farm
Get-SPSite -Limit All | Get-SPWeb -Limit All | % { $_.Lists} | ? { $_ -is [Microsoft.SharePoint.SPDocumentLibrary] } | % { $total+= $_.ItemCount} ; $total
Newer Post
Older Post
Home