How to add new users to TFS 2010

蓝咒 提交于 2019-11-26 22:53:46

问题


I have installed Visual Studio Team Foundation Server 2010 on Windows 7 Professional edition.

How can I manage (add) new users which can use the TFS 2010?


回答1:


Since you don't have a server version of windows, you can't have a domain, so you can't add domain users to your project.

You should either install a server (which most people might recommend) or you can save your time and effort and just simply create local users on your TFS server (which can have any version of windows). This method will work just the same as installing a windows server. To do that just go to this location:

"Computer Management" -> "Local Users and Groups" -> Users

Add any users you want and in order to prevent windows from showing them in the welcome screen, double click on each one of them and remove their member of data (which is set to Users by default)

Then follow Kyberias' instructions.




回答2:


I had the same challenge. It isn't obvious how this can be done without Visual Studio but here we go... On your TFS 2010 server:

  • Go to Team Foundation Server Administration Console
  • Navigate to your Team Project Collection
  • Select Group Membership from the General tab
  • Open Project Collection Valid Users. It should include your Team Projects's groups as members.
  • Select suitable Team Project group and add your user into that group.



回答3:


  1. Connect to a team project in VS2010.
  2. In the Team Explorer menu expand your team project.
  3. Right click Team Members and select Add Team Member.
  4. From here you can add members and assign them permissions based on what they should be allowed to do on the project.

I hope this is what you are looking for.




回答4:


The problem here is that there are no TFS users per se. TFS authenticates users against windows which runs it. Once you have some windows users, then you must configure permissions as mentioned by Kyberias.



来源:https://stackoverflow.com/questions/3057164/how-to-add-new-users-to-tfs-2010

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!