Link to home
Start Free TrialLog in
Avatar of bujjigadu
bujjigadu

asked on

How to get all checkout files and names in TFS 2010

I have team foundation server 2010 on a standalone server. I can connect to the server remotely via Visual Studio 2012 Team Explorer. I'm trying to migrate TFS 2010 to TFS 2012 to a new hardware and want to know what are all the checked out files and the person checked out to.

I ran this command from visual studio command window

tf status $/MyFolder /user:* /recursive > c:\MyPendingCheckouts.txt


I'm getting message saying "Unable to determine source control server". How do I connect to my tfs server from the above command?

Are there any other ways to get this information easily..
SOLUTION
Avatar of duncanb7
duncanb7

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Avatar of Aaron Jabamani
Aaron Jabamani
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bujjigadu
bujjigadu

ASKER

Resolved