如何将用户添加到 TFS 许可用户组?

发布于 2024-09-25 02:59:18 字数 353 浏览 1 评论 0原文

我似乎无法将用户添加到 TFS 2010 中的许可用户组。网上的所有内容都说打开 Visual Studio,连接到服务器,然后下拉团队,单击 Team Foundation Server 设置,然后单击组。

我可以做到这一点,但随后它说要单击“许可用户组”,但我的列表中没有该组。

我认为这甚至不应该真正起作用,因为我相信这些说明适用于 TFS 2008 而不是 2010。

我们已经安装了 TFS 2010,并且在我的开发 PC 上我使用 VS 2008,并且我们还有另一台 PC办公室使用 VS 2010,所以我可以通过任何一种方式连接到它。我还拥有实际安装 TFS 的 2008 服务器的完全权限,但似乎无法在任何地方找到许可的用户组。

I can't seem to add a user to the licensed user group in TFS 2010. Everything online says to open up Visual Studio, connect to the server, then drop down team, click Team Foundation Server Settings, and then Groups.

I can get that far, but then it says to click on the Licensed Users Group, and I don't have that group in my list.

I don't think this should even work really though, because I believe those directions are for TFS 2008 not 2010.

We've got TFS 2010 installed, and on my development PC I'm using VS 2008, and we have another PC in the office using VS 2010 so I can connect to it either way. I also have full rights to the 2008 server that the TFS is actually installed on, but cannot seem to find the licensed user group anywhere.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

小嗲 2024-10-02 02:59:19

补充一下这里所说的,该特定组预计不会存在于所有版本中:

安装 Team Foundation Server Workgroup Edition 后,必须将用户添加到 Team Foundation 许可用户安全组中,以便他们连接到服务器。 此安全组是特定于 Workgroup Edition 的服务器级别组。该组是在安装工作组版期间创建的,但不是试用版或标准版的安装过程中创建的

https://devblogs.microsoft.com/devops/how-to-add-users-for-team-foundation-server-workgroup-edition /

To add to what's been said here, that particular group isn't expected to exist in all editions:

After you install Team Foundation Server Workgroup Edition, you must add users to Team Foundation Licensed Users security group in order for them to connect to the server. This security group is a server-level group specific to the Workgroup Edition. This group is created during installation of the Workgroup Edition, but not the Trial Edition or the Standard Edition

https://devblogs.microsoft.com/devops/how-to-add-users-for-team-foundation-server-workgroup-edition/

你又不是我 2024-10-02 02:59:18

您的说明是来自 Microsoft 还是内部文档?我从未在 TFS 中见过许可用户组。相反,我们会在用户获得许可后将其添加到 [SERVER]\Team Foundation Valid Users 中。

在 Visual Studio 2010 中,首先确保您已连接到 Team Foundation Server。然后,在团队菜单下,选择团队项目集合设置,然后选择组成员身份。这将弹出一个对话框,显示所有有效组。找到名为 [SERVER]\Team Foundation Valid Users 的文件夹,然后单击属性

在弹出的辅助窗口中,选择Windows 用户或组,然后单击添加

或者,创建代表您的授权用户的 Active Directory 组,并将该组添加到 Team Foundation Valid Users TFS 组。这样,当您添加新用户时,您可以让网络管理员只需将许可用户添加到该 Active Directory 组,他们就会自动包含在有效用户中。

Are your instructions from Microsoft or an internal document? I've never seen the Licensed Users Group in TFS. Instead, we add our users to [SERVER]\Team Foundation Valid Users when they are licensed.

In Visual Studio 2010, first ensure that you are connected to the Team Foundation Server. Then, under the Team menu, select Team Project Collection Settings then Group Membership. This will bring up a dialog box that shows all of the valid groups. Find the one that is called [SERVER]\Team Foundation Valid Users and click on Properties.

In the secondary window that pops up, select Windows User or Group and click Add.

Alternatively, create an Active Directory group that represents your authorized users, and add that group to the Team Foundation Valid Users TFS group. This way, when you add new users, you can have your network administration simply add the licensed user to that Active Directory group and they'll automatically be included in the Valid Users.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文