I am trying get all maping information for a specific workspace.
When I try this command, it displays a dialog – which is not what I want.
tf workspace myworkspace
Is there a command that will get all the working folder information and output to the console?
The following command displays the working folder mappings for the workspace in the current directory:
If you want to list the working folder mappings for a different workspace, you can specify the
/workspace:workspacenameparameter.You can manipulate the workspace mappings using this command also.
The following example maps the folder
C:\DifferentWorkfoldto the Team Foundation version control server folder$/projects/project_oneSee Tf Command-Line Utility – Workfold Command on MSDN for more information