Skip to content

Instantly share code, notes, and snippets.

@MarkRobertJohnson
Last active December 31, 2015 20:59
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 MarkRobertJohnson/8044060 to your computer and use it in GitHub Desktop.
Save MarkRobertJohnson/8044060 to your computer and use it in GitHub Desktop.
BLU Paving
<#
.SYNOPSIS
This is a BoxStarter script for paving BLU machines
#>
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Enable-RemoteDesktop
#Should we create domain users and groups? or assume their existence?
#Perhaps for now just assume their existence, but add the users to the local groups
cinst EidUtilsLibrary
cinst notepadplusplus
cinst Linqpad4.eid
cinst MSXML4
cinst IIS-WebServerRole -source windowsfeatures
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment