Logo
  Friday, September 10, 2010
Sign-In  |  Sign-Up  |  Contact Us  | Bookmark |  RSS Feed

Team Foundation Server Default Groups  
TFS default installation creates several default groups that we can use to control access permissions for all TFS users. Here is a list of these groups with permissions:

GroupPermissions
Team Foundation AdministratorsCan perform all privileged operations on the Team Foundation Server.
Team Foundation Valid UsersHave access to the Team Foundation Server. You cannot manually add or remove users or groups from this group in the Team Foundation Server user interface.
Team Foundation Service AccountsContains service accounts.
Team Foundation Licensed UsersAllows 1-5 users to connect to the server installed with Team Foundation Server Work Group Edition. It is only create for Server Work Group.

When we create new project, TFS also creates the following project groups. These groups can be used to control security permissions within any given project.

GroupPermissions
Project AdministratorsCan manage the team project.
Project ReaderCan see the team project (read access).
Project ContributorCan modify the team project (read and write access).
Project Build ServicesCan build the project.

In order to see these groups we need to navigate to Global Groups Screen as shown on the picture below

TFS Settings
TFS Settings

We need to select Group Membership option in order to examine default groups installed on our TFS as part of installation process.

TFS Global Groups
TFS Global Groups

Print Team Foundation Server Default Groups Bookmark Team Foundation Server Default Groups

Related Articles  
TFS Integration with Windows SharePoint Services
Windows SharePoint Services is an integral part of Team Foundation Server. As a result, there is very tight integration ...
Team Foundation Server branching operation
TFS allows for code branching and merging operations. You may need both of these operations while working on the same ...
Team Foundation Proxy Server
If we are developing one application from many offices around the world at the same time, it’s the best to use Team ...
Making Work Item fields reportable
TFS uses data warehouse and SQL Server Analytics server to drive reporting. As a result, we need to ensure that all of ...
Managing Documents in Team Foundation Server
Team Foundation Server provides us with the capability to manage various documents, also called artifacts within our ...
Customizing Work Item Types in Team Foundation Server
TFS provides with several command line utilities which deals with Work Item Types. These tools are used to make changes ...
More