Undo pending changes of another user in TFS
December 3, 2007
Today I had to undo the pending changes of my user from a different workspace and I used the following command (from a Visual Studio command prompt on the TFS server):
tf undo /workspace:workspacename /server:http://urltotfs:port /recursive “$/projectname”