To list the connected networks and subnets for each VM running in VMM, run the following in a VMM connected powershell window:
get-vm | select -ExpandProperty VirtualNetworkAdapters|select Name, VMNetwork, VMSubnet, IPV4Subnets, IPv4Addresses|sort-object VMnetwork|ft