This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Description: Initial Boxstarter Script for Base Configuration | |
# Author: R. Stanley Hum <[email protected]> | |
# Last Updated: 2017-10-01 | |
# | |
# Forked and modified from Jess Frazelle's boxstarter.ps1 gist ( | |
# | |
# Install boxstarter: | |
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force | |
# | |
# You might need to set: Set-ExecutionPolicy RemoteSigned |