Get Summary of Sharepoint Task Status via Powershell
You might need to run this as administrator if your task size exceeds the soft limit. Add-PSSnapin Microsoft.SharePoint.PowerShell $sharepointSite = “http://my.sharepoint.website”; $spWeb = Get-SPWeb $sharepointSite; […]