Quantcast
Channel: PowerShell.org » All Posts
Viewing all articles
Browse latest Browse all 13067

Reply To: Running PS script as task action

$
0
0

Yes. You need an additional line which starts the dependent service.
A little explanation on this:
A service “B” which depends on service “A” means that service B can’t run when A is stopped. So, stopping service A will also kill service B.
But starting service A does not mean that B is also being started. So you need to start both of them separately.


Viewing all articles
Browse latest Browse all 13067

Trending Articles