PowerShell script exchange
Post Reply
GL@MO
Enthusiast
Posts: 25
Liked: 2 times
Joined: Nov 02, 2012 9:04 pm
Location: Vreden, Germany
Contact:

PS Command for restarting Veeam services

Post by GL@MO »

Good morning,

is there a PowerShell Command to restart all Veeam (B&R) services?

and which dependencies exist between the services? In which order do they need to be restarted e.g. when I have to write a ps-Script or batch on my own.

Best wishes

GL@MO
veremin
Product Manager
Posts: 20284
Liked: 2258 times
Joined: Oct 26, 2012 3:28 pm
Full Name: Vladimir Eremin
Contact:

Re: PS Command for restarting Veeam services

Post by veremin »

In order to work with services you should use ordinary Windows PS commands, not Veeam specific ones. I'm talking about combination of Get-Service and Restart-Service commandlets. Using former one in combination with name mask (Veeam) you can get all services related to Veeam; with the use of later one those services can be restarted (the order doesn't really matter, just start the restart procedure with backup service). Thanks.
Post Reply

Who is online

Users browsing this forum: bbuckles and 18 guests