Skip to content

Instantly share code, notes, and snippets.

@JamesSkemp
Last active January 4, 2016 09:09
Show Gist options
  • Save JamesSkemp/8600502 to your computer and use it in GitHub Desktop.
Save JamesSkemp/8600502 to your computer and use it in GitHub Desktop.
TFS workspace commands
# all from VS command line - C:\Program Files (x86)\Microsoft Visual Studio 11.0>
tf workspaces /server:http://domain:8080/tfs /owner:*
tf workspace /delete "packages sacred";domain\jskemp /server:http://domain:8080/tfs
# view detailed information, including mappings
tf workspaces /owner:* /computer:* /collection:http://domain:8080/tfs /format:detailed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment