When name of the VM is a long, use get-vm command to get VM name that show ... after VM name.
I want to show full name of VM, What should I do?
Hi as900w
Check How do I get Virtual Machine Name Output from 'Get-VM | Get-AdvancedSetting' command?
Hi as900w
Check How do I get Virtual Machine Name Output from 'Get-VM | Get-AdvancedSetting' command?
Hi,
This will do it for you:
Get-VM | ft -AutoSize
Moderator: Moved to PowerCLI