Download and Install Latest VMware Tools

0 Shares

It’s been a busy weekend and with this post I’ll share the code to always download the lastest version of VMware Tools. As stated in the previous blog posts, these scripts will only be published when they’re truely evergreen, check my Github repo for more examples.

0 Shares

Automation Framework Community Edition

The fastest way to build your lab environment.

Virtual Expo

Friday 30th of September 2022

2 thoughts on “Download and Install Latest VMware Tools”

  1. Found a script error.
    LIne 44 – you specify the URL for version 10.2.1 this forces the installation to always be that version (and not evergreen)

    I edited the script to add:
    $Downloadfile = $version -replace “(.*)\.(.*)”, ‘$1-$2’

    then change $URL to:
    $URL = “https://packages.vmware.com/tools/esx/latest/windows/x64/VMware-tools-$downloadfile-x86_64.exe”

    Thoughts on the tweak?

    Reply

Leave a Comment