Tell when a file was checked out in TFS?

tfs, vcs-checkout, version-control

Solution

http://msdn.microsoft.com/en-us/library/9s5ae285%28v=vs.90%29.aspx

in short: TF.exe status /format:detailed /user:someone

Problem

We've got an odd issue where we need to find out when a file was checked out by a consultant. Is there any way to do this in TFS or VS2008?

Original source