Accessing TFS from Powershell
- by w4ymo
Hello
I am new to PowerShell and I am trying to get branches from TFS and merge them using a PowerShell script. Unfortunately I am failing a first hurdle.
I do have Visual Studio 2010 install on my local machine and can access the TFS server (also 2010) fine.
I am running the script from my local machine and have the following lines:
$tfs =…