IT:AD:TF
- See also:
- IT:AD:Team Foundation Service : The online version
Summary
TFS Command Line
Examples:
# Delete workspace and remove directory
tf workspace -delete -collection:http://kbpdtfssrv01:8081/ -login:corp\\$USER,$password $USER
# Accept eula and set product key
tf eula -accept
tf productkey -set:7w3rj-4wx3r-bv8jm-fc8p7-3w7qx
# Create workspace
tf workspace -new -collection:http://kbpdtfssrv01:8081/ -login:corp\\$USER,$password $USER
tf get Apple -recursive -force -login:corp\\$USER,$password