Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的要求是这样的。
我有一个文档库,现在我有 600 多个办公室,在各自的办公室中有不同的用户,现在我需要显示文档,以便登录的用户应该只能看到他办公室的文档。
两种可能:
您在所有用户的用户配置文件中创建一个属性,描述哪些办公室分配给了哪些用户。然后,您可以在文档库旁边添加一个过滤器 WebPart,根据当前用户的此属性过滤库。
您为每个 Office 创建 Active Directory 组并将用户分配到该组。然后,您可以过滤当前用户及其组的文档库视图。