Automated Setup of a Windows Environment Using Boxstarter and PowerShell
If you are running Powershellv3 or higher:
. { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
If you are running powershell v2:
iex ((New-Object System.Net.WebClient).DownloadString('http://boxstarter.org/bootstrapper.ps1')); get-boxstarter -Force