Reply to Message

View discussion in a popup

Replying to:
homerzzz
Hot Shot
Hot Shot

I do not know of a way to have the VM keep their NIC settings, so I just reset them using PowerCLI. It is quick and easy if your VMs are in the same port group. The script will get a little more complex if you have multiple port groups.

Here is an example of the main command to use:

get-vm $vmname | Get-NetworkAdapter | Set-NetworkAdapter -PortGroup $pgname

Reply
0 Kudos