问题描述
$
是否可以为具有读者角色的用户授予集合中所有项目的权限?
Hi ,
Is is possible to give permission to a user with reader role for all projects in the collection ?
谢谢提前,
Thanks in advance,
最好的问候
推荐答案
感谢您在此发帖。
要为每个团队项目授予用户读取权限,您需要将其添加到
读者
To give a user Read permission for each team projects, you need to add them to theReaders group for each team project. But adding each user to many team projects is very inconvenient. So you could follow these steps:
1。在集合安全级别创建一个TFS组(名为"CollectionReader"),并将所有权限设置为Deny(最后3个除外)。
1. create a TFS group(named "CollectionReader") at collection security level and all the permissions set to Deny except the last 3.
2。在每个团队项目中,将此组(CollectionReader)添加到
Reader 组。
2. In each team project, add this group(CollectionReader) to the Reader group.
3。最后,将您的用户添加到自定义组(CollectionReader)。下一次,如果你想让一个新人拥有所有团队项目的阅读权限,你只需将他添加到CollectionReader,而不是将他添加到每个团队项目。
3. Finally, add your users to your custom group(CollectionReader). And next time, if you want to give a new person to have read permissions for all team projects, you just add him to CollectionReader instead of adding him to each team project.
祝你好运
这篇关于如何为集合中的所有项目授予读者角色权限?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!