Fred Morrison’s Weblog

What Mother Never Told You About SharePoint Workflow

Restart All SharePoint Services Using PowerShell

Posted by fredmorrison on 2009-06-16

The following PowerShell script will quickly restart all SharePoint-related services except Windows SharePoint Services VSS Writer, which I normally do not have running automatically.

# Author: Fred Morrison

# Notes: We exempt the SharePoint VSS Writer since it is rarely used.

Restart-ServiceĀ  -DisplayName “Windows SharePoint Services*” -Exclude “*Writer” -Verbose

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>