Disable-CCMDeployment
Disable-CCMDeployment
Disable-CCMDeployment
Archive a CCM Deployment. This will move a Deployment to the Archived Deployments section in the Central Management Web UI.
Syntax
Disable-CCMDeployment `
[-Deployment <String>] `
[-WhatIf] `
[-Confirm] [<CommonParameters>]
Description
Moves a deployment in Central Management to the archive. This Deployment will no longer be available for use.
Aliases
Archive-CCMDeployment
Examples
EXAMPLE 1
Disable-CCMDeployment -Deployment 'Upgrade VLC'
EXAMPLE 2
Archive-CCMDeployment -Deployment 'Upgrade VLC'
Inputs
None
Outputs
None
Parameters
-Deployment [<String>]
The deployment to archive
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 Disable-CCMDeployment -Full
.