chocolatey / ChocoCCM

PowerShell module for interacting with Chocolatey Central Management
Apache License 2.0
9 stars 8 forks source link

New-CcmDeploymentStep - missing MachineContactTimeoutInMinutes parameter #63

Open vexx32 opened 2 years ago

vexx32 commented 2 years ago

Is Your Feature Request Related To A Problem? Please describe.

Creating deployments for our manual testing purposes would be easier with this module, but because we need to be able to set all the advanced step settings, we're not currently able to do so easily with this module.

Describe The Solution. Why is it needed?

New-CcmDeploymentStep should have a -MachineContactTimeout parameter (I don't think the InMinutes suffix is strictly necessary, maybe we include that as an alias?) so we can set that setting as well on creating a deployment step.

Additional Context.

N/A

Related Issues

N/A