Tagged with Networking

How can I remove hidden network adapters from my Hyper-V / VMware Windows Virtual Machine

When using Windows based virtual machines, especially those deployed from templates, you may occasionally receive the notification “The IP address XXX.XXX.XXX.XXX you have entered for this network adapter is already assigned to another adapter” This issue occurs if a network adapter with the same IP address is in the Windows registry but is hidden in the Device Manager (My Computer […]

Import / Export IP Settings Using Netsh

To quickly export your IP (inc dns / wins) settings to a text file, use the following command: netsh -c interface dump > c:\work-net.txt When you connect to another LAN netsh -c interface dump > c:\home.txt Once you have everything in a text file, you can use this command to import the settings depending on […]