Skip to content

Instantly share code, notes, and snippets.

@SonicSamurai
Created February 9, 2015 15:05
Show Gist options
  • Save SonicSamurai/aeeb49663528d71af09f to your computer and use it in GitHub Desktop.
Save SonicSamurai/aeeb49663528d71af09f to your computer and use it in GitHub Desktop.
# http://boxstarter.org/package/url?
#####################
# BEGIN CONFIGURATION
#####################
#region Initial Windows Config
Install-WindowsUpdate -AcceptEula
Update-ExecutionPolicy Unrestricted
Set-ExplorerOptions -showFileExtensions
Enable-RemoteDesktop
#endregion
#region Add some windows extras
cinst IIS-WebServerRole -source windowsfeatures
cinst IIS-HttpCompressionDynamic -source windowsfeatures
cinst IIS-ManagementScriptingTools -source windowsfeatures
cinst IIS-WindowsAuthentication -source windowsfeatures
#endregion
# Let's get the latest version of powershell and .net frameworks
cinstm PowerShell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment