Here a very quick PowerShell command to list all the Virtual Network Adapters, including IP Addresses of Virtual Machines running on a Hyper-V Host.
Get-VM -ComputerName "Hyperv01" | Get-VMNetworkAdapter
This will give you a list of all Virtual Machines running on Hyper-V Server called “HyperV01”
Tags: Hyper-V, Hyper-V 2012, Hyper-V 2012 R2, Hyper-V 2016, IP Address, Microsoft, Networking, PowerShell, Virtual machines, Windows, Windows Server, Windows Server 2012, Windows Server 2012 R2, Windows Server 2016 Last modified: January 7, 2019