Windows 2012 has some great new network features that makes network usage much more efficient. Till Windows 2012 it was necessary to use dedicated NICs for certain network traffic (Cluster, Storage). But with Windows 2012 we can virtualize the network by creating NIC Teams and Extensible Switches and Virtual Adapters. So when you are building a Hyper-V cluster, it’s not necessary anymore to load a lot of NICs in a server. Instead we create a NIC Team that bundles all the available Network NICs (whatever hardware mix, doesn’t matter), create a Virtual Switch and then Virtual Adapters. To make it more easy Aiden Finn created a PowerShell script that does ...