HI gurus
I am looking to get a list of VDI from a folder and brin the following information:
VDI name(Name-xxx) , IP address of the VDI and the username
I have so far this but got stuck.
"get-folder Folder | get-vm | select name,@{N="IP";E={@($_.Guest.IPAddress)}}", this brings the VDI name and the IP address but I can't find how to bring the username assigned to this machines
Thanks for any help