Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Start a ServiceContent of Start a Service.ps1MD5 Hash: B0D6DB2877916F050D33CBB87FAA4A84 |
||
$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 :: |