OpsDev42

Results 3 comments of OpsDev42

In the interim, we are calling a Powershell/PowerCLI script in a post-processor to remove the second drive of built machines.

> OpsDev42 - can you please post the code for post-processor that calls powercli script? Thanks Sure. In the Post processor block , there is this one-liner: "pwsh scripts/ESX-Remove-Extra-CDrom.ps1 -vcenter_server...

Greetings - here is the post processor block: "post-processors": [ [ { "type": "shell-local", "inline": [ "pwsh scripts/ESX-Remove-Extra-CDrom.ps1 -vcenter_server {{user `vcenter_server`}} -vcenter_username {{user `vcenter_username`}} -vcenter_password {{user `vcenter_password`}} -vcenter_vmname {{user `vcenter_vmname`}}",...