I have received the list of VM's using the following script
Get-SCVirtualMachine -VMHost "hostName"
Now I need to find the IP address associated with each VM that I received as a result of above script.
I could not find it in the VM(microsoft.systemcenter.virtualmachinemanager.vm) object.
what is the way to achieve this?