How can I find out all of the checked out files in TFS 2010?

visual-studio-2010

Solution

As an alternative to using the `tf status` command you can also install the TFS 2010 power tools.

You can then right click on any folder in Source Control Explorer and select "Find in source control" > "Status"

the default option is to find all checked out files in the path you have slected.

Problem

We are using Visual Studio 2010 Ultimate and TFS 2010 Enterprise on Windows Server 2008, R2. For an upcoming code freeze, I need to quickly check whether any developers have files checked out. Is there a way to do this which is built into TFS and/or Visual Studio 2010?

Original source