I've got a Hyper-V host, with several guests, each with one or more network adapters. How do I enumerate the network adapters on those guests?
Specifically, I'm looking for a particular guest, given a MAC address.
I'm using C# and System.Management
.