Move-CCMDeploymentToReady
Move-CCMDeploymentToReady
Move-CCMDeploymentToReady
Moves a deployment to Ready state
Syntax
Move-CCMDeploymentToReady `
-Deployment <String> [<CommonParameters>]
Description
Moves a Deployment to the Ready state so it can start
Aliases
None
Examples
EXAMPLE 1
Move-CCMDeploymentToReady -Deployment 'Upgrade Outdated VLC'
EXAMPLE 2
Move-CCMDeploymenttoReady -Deployment 'Complex Deployment'
Inputs
None
Outputs
None
Parameters
-Deployment <String>
The deployment to move
Property | Value |
---|---|
Aliases | |
Required? | true |
Position? | 1 |
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 Move-CCMDeploymentToReady -Full
.