Hi all,
My goal is to clone a Virtual Machine with Sysprep and nic which is working great. Joins to the domain no problem. I've used DHCP to get an address but I would like to use the dhcp assigned address and make it static as an additional workflow which will have parameters passed to it from the clone task.
I have a script which does this perfectly using get-vmguestnetworkinterface and set-vmguestnetworkinterfaceand and works outside of vCO but because it requires x86 Powercli, I'm a little confused as to how to get the script to run from within the 'Invoke a Powershell Script'.
Any ideas?
Thanks