![]() Loading |
| VBScript |
| JavaScript |
| Powershell |
Search Options: Start a Service
|
||
|
$srvName = "Alerter"
# Get Service Status $servicePrior = get-Service $srvName $srvName + " Service-Status: " + $servicePrior.status # Start Service set-Service $srvName -startuptype manual start-Service $srvName # Get Service Status $servicePrior = get-Service $srvName $srvName + " Service-Status: " + $servicePrior.status | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: | ||