Ryan Gates
Ryan Gates

Reputation: 4539

determine who has what files checked out

In TFS 2010, how can I figure out which user has what files checked out?

This question excludes going folder by folder looking within each one.

Upvotes: 1

Views: 484

Answers (2)

James Reed
James Reed

Reputation: 14052

Install the TFS 2010 power tools, then in source control explorer right click on any folder and select "Find in Source Control". You can now search for all checked out files, and filter by user id

Upvotes: 5

Ryan Gates
Ryan Gates

Reputation: 4539

tf status /login:UserName

This status command and many other helpful tips can be found on How to force undo checkout? #TFS.

Upvotes: 1

Related Questions