Last active
January 4, 2016 09:09
-
-
Save JamesSkemp/8600502 to your computer and use it in GitHub Desktop.
TFS workspace commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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