How do I restart SharePoint Timer Service from command line?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
net stop "Windows SharePoint Services Timer" net start "Windows SharePoint Services Timer" |
|||
|
|
|
SharePoint 2007: net stop SPTimerV3 / net start SPTimerV3 SharePoint 2003: net stop SPTimer / net start SPTimer |
|||
|
|