Remove-CCMDeployment

Remove-CCMDeployment

Remove-CCMDeployment

Removes a deployment plan

Syntax

Remove-CCMDeployment `
  -Deployment <String[]> `
  [-WhatIf] `
  [-Confirm] [<CommonParameters>]

Description

Removes the Deployment Plan selected from a Central Management installation

Aliases

None

Examples

EXAMPLE 1

Remove-CCMDeployment -Name 'Super Complex Deployment'

EXAMPLE 2

Remove-CCMDeployment -Name 'Deployment Alpha' -Confirm:$false

Inputs

None

Outputs

None

Parameters

-Deployment <String[]>

The Deployment to delete

Property Value
Aliases
Required? true
Position? 1
Default Value
Accept Pipeline Input? true (ByValue, ByPropertyName)

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

Function Reference

:choco-info: NOTE

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