Skip to content

Instantly share code, notes, and snippets.

@vScripter
Created January 28, 2015 03:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vScripter/075fbbb0fc1cf5e9d482 to your computer and use it in GitHub Desktop.
Save vScripter/075fbbb0fc1cf5e9d482 to your computer and use it in GitHub Desktop.
Get VMware Tools Build-to-Version correlations, directly from VMware using Invoke-RestMethod
<#
A more complete function can be found in my PowerCLI 'prod' repo at:
https://github.com/vMotioned/PowerCLI/blob/master/Get-VMToolsBuildToVersionMapping.ps1
#>
Invoke-RestMethod -Method Get -Uri 'http://packages.vmware.com/tools/versions'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment