Reply to Message

View discussion in a popup

Replying to:
kwhornlcs
Enthusiast
Enthusiast

Try something like this, replace "vmname" with your VM:

Get-VM vmname | Select Name, @{N="IP Address";E={@($_.guest.IPAddress[0])}}

Reply
0 Kudos