A quick example how to allow the edit of comments on checked-in files for valid users on all projects, even if another user checked in the file.
TF.exe permission /allow:ReviseOther /group:"[DefaultCollection]\Project Collection Valid Users" $/
This should return something like this:
$/: [DefaultCollection]\Project Collection Valid Users
Instruction how to use the permission command: http://msdn.microsoft.com/en-us/library/0dsd05ft%28v=vs.100%29.aspx
List of Team Foundation Server permissions: http://msdn.microsoft.com/en-us/library/ms252587.aspx
WALK3R April 7th, 2014
Posted In: Team Foundation Server
Tags: permission, tfs, tfs 2010