Skip to content

Instantly share code, notes, and snippets.

@sqlsimon
Last active October 21, 2015 21:05
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 sqlsimon/b647b6ae3852ffb3f28e to your computer and use it in GitHub Desktop.
Save sqlsimon/b647b6ae3852ffb3f28e to your computer and use it in GitHub Desktop.
BoxStarter script to build and configure TFS2013 along with SQL Express to host the db
cinst VisualStudioTeamFoundationServerExpress2013
cinst MsSqlServer2012Express
cinst visualstudio2013teamexplorer
$tfsConfig="$env:ProgramFiles\Microsoft Team Foundation Server 12.0\Tools\TfsConfig.exe"
.$tfsConfig unattend /configure /type:standard
.$tfsConfig unattend /configure /type:build `
/inputs:collectionurl=http://localhost:8080/tfs`;ServiceAccountName="LOCAL SERVICE"`;ServiceAccountPassword="pass"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment