'Could not execute CVTRES.EXE' error when opening Site Web Analytics Reports

While trying to access the Site Web Analytics Reports page for a site I was presented with an error I hadn’t encountered before: An error occurred during the compilation of the requested file, or one of its dependencies. Could not…

PowerShell Script to list services running on all servers in a farm

I have written the following script to list the services running on each server in a SharePoint farm and their status, utilising the Get-SPServer cmdlet. <# ——————————————– SharePoint 2010 PowerShell script to list the services running on each server in…