http://windowsitpro.com/hyper-v/how-do-i-see-if-vm-generation-1-or-generation2
Get-VM | Format-List Name,Generation
PS C:\Users\Administrator> \Get-VM | Format-List Name,Generation
Name : WXPDC
Generation : 1
Name : WXRDS
Generation : 1
Get-VM | Format-List Name,Generation
PS C:\Users\Administrator> \Get-VM | Format-List Name,Generation
Name : WXPDC
Generation : 1
Name : WXRDS
Generation : 1
No comments:
Post a Comment