Using below command i can unshelve between different branches, i want same thing between different servers
TFPT.exe unshelve Bug#23456 /migrate /source:$/TeamProject1/Dev/1.0.2 /target:$/TeamProject1/Dev/1.0.3
how can can i make above command understood that $ in target is equivalent to "targetmachine/Collection1"
-Vital