Stop-CCMDeployment
Stop-CCMDeployment
Stop-CCMDeployment
Stops a running CCM Deployment
Syntax
Stop-CCMDeployment `
[-Deployment <String>] `
[-WhatIf] `
[-Confirm] [<CommonParameters>]
Description
Stops a deployment current running in Central Management
Aliases
None
Examples
EXAMPLE 1
Stop-CCMDeployment -Deployment 'Upgrade VLC'
Inputs
None
Outputs
None
Parameters
-Deployment [<String>]
The deployment to Stop
Property | Value |
---|---|
Aliases | |
Required? | false |
Position? | 1 |
Default Value | |
Accept Pipeline Input? | false |
-WhatIf
Property | Value |
---|---|
Aliases | wi |
Required? | false |
Position? | named |
Default Value | |
Accept Pipeline Input? | false |
-Confirm
Property | Value |
---|---|
Aliases | cf |
Required? | false |
Position? | named |
Default Value | |
Accept Pipeline Input? | false |
<CommonParameters>
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters
https://go.microsoft.com/fwlink/p/?LinkID=113216 .
NOTE
This documentation has been automatically generated from
Import-Module "ChocoCCM" -Force; Get-Help Stop-CCMDeployment -Full
.