NVRAM settings in Virtual Server 2005 R2

....so I have to thank my bosses bossĀ for pointing this one out (and I guess this means I've also found out who the third reader of this blog is :) ), but there's also a little known method, SetConfigurationValue, in the Virtual Server 2005 R2 COM API. This is another way of solving yesterday's problem of changing the BIOS setting in a Virtual Server Machine Configuration (VMC) file without rolling something using your own XML parsing. Of course, you can use the same API to change lots of other settings apart from the BIOS, and the same warning about lack-of-support in changing the BIOS settings this way applies.

Here's the link Mike pointed me to: https://msdn.microsoft.com/library/default.asp?url=/library/en-us/msvs/msvs/ivmvirtualmachine_setconfigurationvalue.asp

Cheers
John.