Networking your VMs
After getting your Hyper-V server up and running, via whichever platform you choose to utilize, the next logical step will be to build a virtual machine, right? So why are we talking about networking? Because setting up the networks that your VMs are going to plug into is an important baseline and it is worth spending some time thinking about this before you start spinning up new VMs. Every virtual machine will have a network interface, sometimes more than one, and those NICs need to be plugged into a switch; just like with a physical server. Except that, in the virtual world, we don't use physical switches, we must tell the VMs which virtual switch to tap into. That means we must build these virtual switches in the first place, before we can start making any network connections possible to our VMs.
Planning the right number of physical NICs to be inside your Hyper-V host server is also important. Each physical NIC can only be plugged into one physical switch, obviously...