Hyper-V tips and tricks

* Want to copy files from the host to VMs quickly? I have been so comfortable with drag-and-drop support in Virtual PC so I find it frustrating when Hyper-V VMs do not support it. Here you are the solution: create a virtual private network in the host, assign the newly created NIC with 192.168.1.100, in VMs try to ping that IP, if you are OK pinging it, issue the command net use \\192.168.1.100 /user:host_user_name and then you can copy files from the host to VMs and vice-versa!

* Configure Hyper-V Remote Management in seconds

* Configure Hyper-V Remote management (5 parts)