tags:

views:

750

answers:

2

Hi all. 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?

example login: abraka password: dabra

Maybe bad question.

A: 

Connect to a team project in VS2010. In the Team Explorer menu expand your team project. Right click Team Members and select Add Team Member. 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.

dretzlaff17
thanks but there i can add only user from local pc location how can i change location ...i am using win 7 and TFS is on my pc and on project will work about 6 peoplesI am not connected to domain :(it is possible ?
Peter M.
+1  A: 

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.
Kyberias