Hi all,
I'm working on Windows automatic installation in our datacenters. I would like to automate the installation of the right version of vmware tools according the vSphere version of ESXi host.
We have many clusters and we do not upgrade all our ESXi clusters at the same time.
I can detect if I'm running in a VM in a CMD with this command WMIC COMPUTERSYSTEM GET Manufacturer.
But is there a way to detect the version of ESXi which support the guest ?
Thanks
Best regards