Get-VM not shown guests vm ip address

Good day.

I'm trying get ip address of guests VM:

(Get-VMNetworkAdapter -VMName vm-01).ipaddresses

but i get a void result. So, what i do wrong? or it possible only after steps in this article and not work "in box"?

With best regards, Roman

   
December 6th, 2013 7:03pm

Try this command:

Get-VMNetworkAdapter-All

This is a list of all the adapter information available on the local host.

You will notice (for various reasons) that some VMs do not have the IPAddresses field populated. Many of the VMs should have IPAddresses associated though, especially if the status field says, "Ok".

Free Windows Admin Tool Kit Click here and download it now
December 7th, 2013 6:29am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics