I need to add a user to the "Team Foundation Service Accounts" group in TFS to be able to run the TFS Integration Tool.
I am an administrator on both the machine running TFS and the TFS Install (ie I am in the TFS Administrators group).
When I try to do that using the Team Foundation Server Administration Console the add option is grayed out.
Any ideas on how to do this?
There is only one way for this.
Please use following command to add user in service accounts group:
tfssecurity /g+ "Team Foundation Service Accounts" n:domain_name\user_name /server:SERVER_URL
you might want to use tfssecurity.exe command for this purpose. At least, this is the default approach. MS decided to make it not that easy to add someone to this group to keep the number of "global god-users" low. :-)
See this link for further info: http://msdn.microsoft.com/en-us/library/ms400759.aspx
Wow! This one was hard to figure out. In the end I only got it due to luck (and trying a lot of different things).
Here is what you do:
RESULT: The user is added to the "Team Foundation Service Accounts" group
whew! Glad that is solved, I was going NUTS!
At the end of the day, aren't the service account(s) groups just local machine or domain groups? If so then add them via the local machine or domain groups.