hi gurus
I am trying to get the name of the VM and the users for each machine.-> when I do this:
"get-hvmachinesummary -PoolName "pool" I get the list of machines , user,DNS , state and all
but when I do this:
"get-hvmachinesummary -PoolName "Accenture"| select -ExpandProperty Base | select Name, User"
I get the name of the VM but instead of the user name I get "VMware.Hv.UserOrGroupId"
what am I doing wrong?