Skip to content

Instantly share code, notes, and snippets.

@ryankelley
Forked from zvolkov/Boxstarter-TeamCity.ps1
Last active August 29, 2015 14:21
Show Gist options
  • Save ryankelley/dc091dc8f9c3f236d5c6 to your computer and use it in GitHub Desktop.
Save ryankelley/dc091dc8f9c3f236d5c6 to your computer and use it in GitHub Desktop.
#Enable-PSRemoting -Force
#
#$cred=Get-Credential NIH\volkova
#Install-BoxstarterPackage -ComputerName MyTargetMachine -PackageName MyPackage -Credential $cred
#START http://boxstarter.org/package/url?
Set-ExecutionPolicy Unrestricted
Set-ExplorerOptions –showFileExtensions -EnableShowFullPathInTitleBar
Disable-InternetExplorerESC
Disable-UAC
Install-WindowsUpdate -AcceptEula
cinst IIS-WebServerRole -source windowsfeatures
cinstm VisualStudio2013Professional -InstallArguments "/Features:'WebTools'"
cinstm git
cinstm Firefox
cinstm google-chrome-x64
cinstm gitversion.portable -pre
cinstm notepadplusplus.install
cinstm MsSqlServer2012Express
cinst javaruntime
#cinst TeamCityAgent -params 'serverurl=http://ai-sebwebstg6:8081 agentName=Build1 agentDir=E:\\TeamCityAgent'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment