Stop-Win32Service
PackageDeployment Module Help |
Package Deployment Module |
Stop-Win32Service Cmdlet |
Version 4.0.0.5 |
Stop-Win32Service
Synopsis
Stop Service
Syntax
Stop-Win32Service [-Name] <String> [[-Context] <String>] [-ContinueOnError] [-Recurse] [-Wait] [<CommonParameters>]
Description
Use this command to stop a service or a device for Windows NT.
Parameters
-Context <String> |
||||||
User: Execution under user account; logging in HKEY_CURRENT_USER, i.e. for the user. |
||||||
|
-ContinueOnError <SwitchParameter> |
||||||
Continues script execution in spite of errors in the respective command |
||||||
|
-Name <String> |
||||||
Service name. |
||||||
|
-Recurse <SwitchParameter> |
||||||
#TODO# |
||||||
|
-Wait <SwitchParameter> |
||||||
Wait for service to stop. |
||||||
|
<CommonParameters> |
For more information about common parameters, type "Get-Help about_CommonParameters". |