tfs-security

TFSSecurity Unable to Resolve Identity

本秂侑毒 提交于 2019-12-25 07:47:03
问题 I am trying to use TFSSecurity to configure security on our new instance of TFS 2017. It works great when I test it by adding local user accounts on the TFS server into a TFS group but fails as soon as I change to trying to add domain groups or accounts. Here's the command and the results I am getting: PS C:> &"E:\TFS 2017\Tools\tfssecurity.exe" /g+ "n:[Project1]\Contributors" n:"DOMAIN1\TFS-Developers" /collection:http://myTfsServer:8080/tfs/PrimaryCollection Microsoft (R) TFSSecurity - Team

get data from TFS in custom web application

佐手、 提交于 2019-12-11 17:28:43
问题 I need to extract some data from TFS (Team Foundation Server) and create some excel sheet with data. To automate it, I am writing an application . But problem is: How can I get data from TFS? Is there any webservice available for this or I need to parse HTML and then get the data. 回答1: No. TFS has broad coverage APIs and came in two flavors: Object Model and REST. The Object Model is automatically installed when you install Visual Studio / Team Explorer, otherwise you can use the stand-alone

Access denied when creating TFS Release definition

▼魔方 西西 提交于 2019-12-10 11:53:51
问题 I'm trying to setup a release definition on TFS but I'm running into an access denied message: I thought I should have this permission, since I am part of the "Agent Pool Administrator" group: I noticed however, that my queue has no roles, and that I can't add one for some reason, which I suspect to be the related to the problem: My question is how do I correctly configure the permissions? I've already googled a bunch but I still couldn't pinpoint what exact permission I'm missing. [[Update]]

TFS Customized security groups at collection level

大憨熊 提交于 2019-12-01 13:32:20
问题 We have group of developers, Testers & BA's who will work for more that 30 projects under collection, so instead of adding them for each project want to create security groups at collection level so everyone will have access to all the projects under collection. On TFS, we want to have customized groups like Developers, Testers, BA's at collection level so they will have access to all the projects so that I don't need to add them for each project. So instead of adding them for each project