Hi
I'm trying to get a list with all the ip addresses of all virtual machines in SCVMM SP1 independable of their running state. I'm trying this with the powershell of SCVMM but no success.
I found that someone was having luck with this command Get-SCVirtualMachine -VMMServer "VMMServer" | Format-List -property Name, IPV4Address but it only gives me names of the virtual machines. All the vm's are assigned with a static IP.
Thanks !