Automated download and installation of Visual Studio Extensions via Powershell

While working on building a Packer/Vagrant Dev VM template, I needed the ability to download and install VSIX packages from the Visual Studio Gallery. I wanted something that would always download the latest version and install it automatically. After looking at some undocumented API's and having no success, I decided to go with web page scraping. [More]