Pages

Wednesday, 17 February 2016

How to Findout the UUID of all the VMs

Today someone asked me that how to find out the UUID of all the VM's. I thought i should share it with everyone. Here is command to find out this detail:-
get-vm | %{(Get-View $_.Id).config.uuid} 

No comments:

Post a Comment