bottkars / vmxtoolkit

vmxtoolkit is the Powershell extension to VMware Workstation
Apache License 2.0
116 stars 32 forks source link

[BUG-fix] Cannot Start-VMX with error Vmware version not match #23 #26

Open azhahes opened 2 years ago

azhahes commented 2 years ago

Since the logic for matching the VMware version and VM hardware version is changed as per this link. Created a new function to get the VM hardware version by passing VM ware major version as a parameter.

PS: From a maintainability perspective this is not the correct fix, since in the future the version keeps on increasing.