VMWare, Windows

Windows Server 2016 & VMware Customisation Script Error

I was in the process of adding the newly released Windows Server 2016 to my lab repository and normally just creating a new Virtual Machine, mount ISO, install, next, next etc. then convert to template and finally being mass-deployment while executing the post-deployment customisation wizard I encountered this annoying error:

Customization of the guest operating system
‘windows9Server64Guest’ is not supported in
this configuration. Microsoft Vista (TM) and
Linux guests with Logical Volume Manager are
supported only for recent ESX host and
VMware Tools versions. Refer to vCenter
documentation for supported configurations.

The Windows version which I was attempting to post-deployment customize (with an already proved and tested customisation script) is:

PS C:\Users\asecor> [System.Environment]::OSVersion.Version

Major  Minor  Build  Revision
-----  -----  -----  --------
10     0      14393  0

Strangely for TP5 this wasn’t a problem and my vSphere ESXi 6.0 3620759 environment didn’t change – I know its a little out of date with the patching but that shouldn’t make a difference.

So how did I fix it – well as the customisation script relies on VMware Tools (and it is also mentioned in the error) my hunch was to see if there was a newer version of VMware Tools from the one which was getting pushed out – and I came across thisVMware Tools Operating System Specific Packages Repository –

Windows x64 –https://packages.vmware.com/tools/releases/latest/windows/x64/index.html 

Windows x32 – https://packages.vmware.com/tools/releases/latest/windows/x86/index.html

twitterredditpinterestlinkedinmail

4 Comments to “Windows Server 2016 & VMware Customisation Script Error”

  1. Gert Ensing

    But the new-vm command is run on a template and the installation of vmtools will be later.
    What should I do with the newer vmtools. Or should I put it into the template?

    Reply

Leave a Comment

Your email address will not be published. Required fields are marked *