Skip to content

Instantly share code, notes, and snippets.

@lonniev
Last active August 29, 2015 14:19
Show Gist options
  • Select an option

  • Save lonniev/7d967b09add6ca1f3a8a to your computer and use it in GitHub Desktop.

Select an option

Save lonniev/7d967b09add6ca1f3a8a to your computer and use it in GitHub Desktop.
Wrapper cmd.exe DOS Batch script to run the Vagrant post_install Powershell script
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://gist.githubusercontent.com/lonniev/350a444c626119c31208/raw/09b5513e9777b144137cfbf0bf6af2c9a3e7fc5b/vagrantize-softlayer.ps1'))"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment