Start-CCMDeployment
Start-CCMDeployment
Start-CCMDeployment
Starts a deployment
Syntax
Start-CCMDeployment `
-Deployment <String> [<CommonParameters>]
Description
Starts the specified deployment in Central Management
Aliases
None
Examples
EXAMPLE 1
Start-CCMDeployment -Deployment 'Upgrade Outdated VLC'
EXAMPLE 2
Start-CCMDeployment -Deployment 'Complex Deployment'
Inputs
None
Outputs
None
Parameters
-Deployment <String>
The deployment to start
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 Start-CCMDeployment -Full
.