Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 249166

Re: powershell for change hardware v7 to v8

$
0
0

You can upgrade a vm $vm to hardware version 8 with:

 

Get-VM$vm | Get-View | ForEach-Object { $_.UpgradeVM("vmx-08") }

 

The vm has to be powered off.


Viewing all articles
Browse latest Browse all 249166

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>