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

PropertyValue
Aliases
Required?false
Position?1
Default Value
Accept Pipeline Input?false

-WhatIf

PropertyValue
Aliaseswi
Required?false
Position?named
Default Value
Accept Pipeline Input?false

-Confirm

PropertyValue
Aliasescf
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 .

Function Reference

NOTE

This documentation has been automatically generated from Import-Module "ChocoCCM" -Force; Get-Help Stop-CCMDeployment -Full.