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

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

-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 Remove-CCMDeployment -Full.