I want a list of all the checked out files, by all users, in a project in TFS 2005. All I can see now are my checked out files - in the pending changes window. I re
I use:
tf status itemspec /user:* /recursive
in the VS Command Prompt. itemspec is the TFS path to the item you want to search for checkouts. No extra installations needed ;)