Posted August 19, 20195 yr Is there a script to stop and restart a service? I see a script where you can stop a service but I need a script to stop and then restart a service. Thank youÂ
August 19, 20195 yr Administrators If the service is not the Pulseway service itself then you can use: Restart-Service "ServiceName" -Paul
Create an account or sign in to comment