Last active
December 31, 2015 20:59
-
-
Save MarkRobertJohnson/8044060 to your computer and use it in GitHub Desktop.
BLU Paving
This file contains 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
<# | |
.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