Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Query TFS for permissions

Is there a way to list which users and AD groups have permissions to a folder and all sub folders in a TFS project?

EDIT: We are using TFS 2008

like image 302
Eric Avatar asked Jul 26 '10 17:07

Eric


2 Answers

Doesn't the tf permission command give you a list, and you can use the /recursive flag to get information on subfolders this way?

http://msdn.microsoft.com/en-us/library/0dsd05ft.aspx

like image 110
bryanjonker Avatar answered Oct 11 '22 10:10

bryanjonker


What version of TFS are you using? Not sure about seeing permissions at a specific folder level, but you can certainly see who has access to a particular project or project collection.

In TFS2010, in TFS Administration Console, select the Project Collection you want to look at, then click on "Group Membership" on the General tab. From there, you can drill down to see which TFS or WIndows Users/groups have access to the project collection.

like image 26
flayto Avatar answered Oct 11 '22 11:10

flayto