Skip to content

Instantly share code, notes, and snippets.

@zvolkov
Last active August 29, 2015 14:02
Show Gist options
  • Save zvolkov/c4c12e3b1ecc655b6e97 to your computer and use it in GitHub Desktop.
Save zvolkov/c4c12e3b1ecc655b6e97 to your computer and use it in GitHub Desktop.
Boxstarter TeamCity
#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
Disable-ShutdownTracker
Install-WindowsUpdate –AcceptEula
cinstm VisualStudio2012Professional -InstallArguments "/Features:'WebTools'"
cinstm VisualStudio2013Professional -InstallArguments "/Features:'WebTools'"
cinstm Firefox
cinstm notepadplusplus.install
cinstm MsSqlServer2012Express
cinstm roundhouse
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