Comment
02-02-2013
06:19 AM
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
02-02-2013
06:19 AM
Hi Alan,
I have bought the PowerCLI Book and use the above mentioned functions to configure a VMs for a Lab which will run Hyper-V 2012. I used the following commands to configure the necessary VM properties:
$VM | Set-VMAdvancedConfiguration -key "mce.enable" -value "TRUE"
$VM | Set-VMAdvancedConfiguration -key "featMask.vm.hv.capable" -value "Min:1"
$VM | Set-VMAdvancedConfiguration -key "hypervisor.cpuid.v0" -value "FALSE"
$VM | Set-VMAdvancedConfiguration -key "vhv.enable" -value "TRUE"
The first 3 work as expected butthe last doesn't at anything to the VMs VMX file.
I use ESXi 5.1 last Build with the latest vCenter Appliance.
Any help will be highly appreciated.
Best regards
Paul Kratz