#> tf="/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/TF.exe"


create a workspace foobar
#> cd "$tfsdir"
#> mkdir foobar
#> cd "foobar
#> "$tf" workspace /new foobar /collection:http://alm.eurofins.local/tfs/eurofinscollection
#> "$tf" get "eCommerce/EOL/Trunk" /recursive


list the workspaces on the current computer
#> "$tf" workspaces


delete a workspace foobar
#> "$tf" workspace /delete foobar
#> cd "$tfsdir"
#> rm -fr foobar


get last changeset included in label EOL-2015-12-RC3
#> cd "$tfsdir"
#> "$tf" history . /stopafter:1 /noprompt /r /version:LEOL-2015-12-RC3


create a label:
right click on $/eCommerce/EOL/Trunk and select Advanced ► Apply Label…

search:
tags:teal bozoWork Items with the "teal" tag and containing the "bozo" string
tags:coding_policy -S=Done -S=RemovedWork Items with the "coding_policy" tag and which are not Done or Removed