Hi,
I'm looking for a Powershell script where i could copy a folder from TFS Source control to a shared location.
Details:
$TeamProject/FolderA - here i want to move FolderA to a shared location called \\Share
Tried with xcopy: xcopy "$TeamProject/FolderA" "\\Share" ( but no luck, later i found it's only possible to copy files from local to share or share to share location, not from server path to shared location.
Can someone help me with the power-shell script to achieve above scenario.
Thanks, BHSR