That is the latest build.
You could consider using the Invoke-VMScript to launch a PowerShell script inside the guest OS.
And then use the Win32_NetworkAdapterConfiguration WMI class to configure the NIC(s).
Have a look here.
That is the latest build.
You could consider using the Invoke-VMScript to launch a PowerShell script inside the guest OS.
And then use the Win32_NetworkAdapterConfiguration WMI class to configure the NIC(s).
Have a look here.