How to see all items checked out by other users in TFS

tfs

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 remember that in Source Safe there was such an option – is there one in TFS 2005?

Best Answer

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 ;)