Is there a powershell to restart the excel services? If yes, what is the syntax to restart the excel services.

link|improve this question

Our excel services seem to be not working and only thing I read or heard is to delete existing one and provision a new excel service. I hope I am wrong. – David Mike Jun 29 '11 at 15:47
feedback

1 Answer

up vote 0 down vote accepted

If the service instance is not online, you can use the following PowerShell syntax: Get-SPServiceInstance | Where-Object {$_.TypeName -match "Excel"} | Start-SPServiceInstance

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.