Before I start – lets be clear THERE IS NO SOUND CARD IN A HYPER-V VM
Good. Now that’s out of the way lets talk about how we get sound in a Machine without a sound card – and this applies to a physical server too.
Sitting in it’s rack in the data-centre there is no reason why a server should have a sound card, and not much need for it. When you run applications via terminal services you might very well want sound and so the Remote Desktop client (MSTSC.EXE has an option "Bring Sound to this machine"
Although Hyper-V connection use the same RDP protocol under the surface, this behaves as though it is plugged into the VM’s graphics card, it’s not a "remote desktop" session, so to get this to work you need to have Remote Desktop (Or full on Terminal Services installed).
You need to start the Windows Audio Service on the remote server. If it’s not running when you log in you won’t get any sound in that session, so if you start it from remote desktop connection, save yourself some grief and log out.
Out of the box Hyper-V does not support connecting virtual machines to wireless network adapters. As a primarily server focused product this is a reasonable limitation – especially given evils that we need to do to get wireless network adapters to work with virtual machines. But all is not lost – it is possible to setup an internal virtual network and utilize Internet Connection Sharing (as discussed here) to get you up and going.
The first thing to do is to create a new internal virtual network switch:
Now to setup Internet Connection Sharing:
You can now connect virtual machines to the internal virtual network and allow them to access the Internet through your wireless network adapter.
Taken from: http://blogs.msdn.com/virtual_pc_guy/archive/2008/01/09/using-hyper-v-with-a-wireless-network-adapter.aspx