Copy files from tfs versioncontrol to directory with PowerShell
Does somebody know if it is possible to Copy files from TFS (2013 Update 2) source control to a specific folder on your computer? Let's say I have the server path $/BuildTemplate2013/BuildProcessSource and I want all the files of that directory to be copied/downloaded to C:\destinationDir with PowerShell. Is that possible? I have the TFS 2013 Update 2 Power tools installed but I can't find any command for that... I've created a PowerShell script that connects to the TFS server with the TFS assemblies. I then loop through the files on the server (in a specific path) and download it recursively.