1

I installed a Windows TFS server, 2010, to Windows 7 Ultimate, to my local machine. I port forwarded and everything.

The question now is: How do I log in, and how do I add more users?

I saw a question similar to this, but it didn't include the log in part :D

rene
  • 41,474
  • 78
  • 114
  • 152

2 Answers2

1

I find it the easiest with the TFS Admin Tools. But you can also do it from the commandline (tfssecurity.exe) and directly from within Visual Studio.

jessehouwing
  • 106,458
  • 22
  • 256
  • 341
  • How would you log in? I put in my IP, ports, and then it tells me to log in. I put in my user name and password. It doesn't work. It says I either entered the wrong credentials or I do not have permissions. It does work if I have the ip as localhost though. –  Mar 24 '12 at 23:14
  • Make sure that in the IIS settings the site is properly configured to be bound to all your IP addresses. If you're using a domain make sure you enter DOMAIN\user as the username, if you're using local accounts make sure you enter YOUR-PC-NAME\user. – jessehouwing Mar 25 '12 at 10:13
0

First the account that you used to install TFS will be the Admin of the TFS, so you just open the Visual studio and from team menu, click on connect to Team Foundation Server

enter image description here

enter image description here

Mohamed.Radwan -MVP
  • 2,724
  • 2
  • 16
  • 24