New-CCMDeployment
New-CCMDeployment
New-CCMDeployment
Create a new CCM Deployment Plan
Syntax
New-CCMDeployment `
-Name <String> [<CommonParameters>]
Description
Creates a new CCM Deployment. This is just a shell. You’ll need to add steps with New-CCMDeploymentStep.
Aliases
None
Examples
EXAMPLE 1
New-CCMDeployment -Name 'This is awesome'
Inputs
None
Outputs
None
Parameters
-Name <String>
The name for the deployment
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 New-CCMDeployment -Full
.