restart service with dependencies

how do I restart a service which has a bunch of dependencies?

manually when i restart that one service, it will prompt that the dependencies will need to be restarted.

what is the command with powershell?

September 8th, 2015 10:41am

Restart-Service:

http://ss64.com/ps/restart-service.html

See -Force.

September 8th, 2015 10:47am

Restart-Service -force

Free Windows Admin Tool Kit Click here and download it now
September 8th, 2015 11:21am

I am getting this error on this

the service does exists but if I restart it it will restart 4 other services. but thats fine.

I can see the service with this

get-service -computername server -displayname Symc*


September 10th, 2015 2:42pm

Don't be helpless. Read the help:
Free Windows Admin Tool Kit Click here and download it now
September 10th, 2015 2:50pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics