Written by 4:41 pm Microsoft, Microsoft Azure, PowerShell, Virtualization, Windows, Windows Server

PowerShell One-liner to list IP Addresses of Hyper-V Virtual Machines

VM Network Adapter

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: , , , , , , , , , , , , , Last modified: January 7, 2019
Close Search Window
Close