简体   繁体   English

如何在Sharepoint中授予有限的“管理权限”权限?

[英]How to grant limited “manage permissions” permission in Sharepoint?

I have a Sharepoint library that is too large for a central administrator to manage permissions on all items, so I want to designate a few other people who are able to allow or disallow read/write access for arbitrary items in the library to users or groups. 我有一个Sharepoint库,对于中央管理员来说,它太大了,无法管理所有项目的权限,因此我想指定一些其他人,他们可以允许或禁止对用户或组对库中的任意项目进行读/写访问。 。 However, I don't want to give those few people total "manage permissions" ability because I don't want them granting themselves or others full control or design permissions, etc. 但是,我不想让那几个人拥有完全的“管理权限”能力,因为我不希望他们向自己或其他人授予完全控制或设计权限等。

Is there a way to grant "manage only read/write permission"? 有没有办法授予“仅管理读/写权限”? Or is there a better way of accomplishing what I'm trying to do? 还是有更好的方法来完成我想做的事情?

Thanks! 谢谢!

Maybe you can try the third party tool: SharePoint Permission Manager by SharePointBoost . 也许你可以试试第三方工具: 权限的SharePoint管理器通过SharePointBoost。 You can search, analyze, manage and backup SharePoint users or group permissions on a centralized platform. 您可以在集中式平台上搜索,分析,管理和备份SharePoint用户或组权限。

This question pops up all the time, and I haven't been able to find an answer that immediately makes the asker happy. 这个问题一直在弹出,我一直无法找到一个使提问者高兴的答案。

I usually suggest that you stay away from item-level permissions, and instead create libraries pretty much mapping to groups. 我通常建议您远离项目级别的权限,而应创建与组几乎完全映射的库。 make a library for your Company X accountants, make a "Accountants at Company X" group, give them rights to that library. 为您的X公司会计创建一个库,并创建一个“ X公司会计”组,并授予他们对该库的权限。 You should be able to trust them enough that they get to manage their own document library. 您应该能够对他们足够信任,以便他们能够管理自己的文档库。 If not, keeping the permissions on a per-library basis will make the workload much less, and the site administrator(s) can most likely handle the permissions on these libraries. 如果不是这样,则基于每个库保留权限将减少工作量,并且站点管理员很有可能可以处理这些库上的权限。 If you want to make it easier for them, just create a formal workflow where a user can apply for access and an administrator grant it. 如果您想让他们更轻松,只需创建一个正式的工作流程,用户即可在其中申请访问权限,并由管理员授予访问权限。

There are other ways, of course, but you're pointing at one of the major reasons you should stay away from item-level security. 当然,还有其他方法,但是您要指出的主要原因之一就是您应远离项目级安全性。 It's just a can of worms that you need to avoid opening if at all possible. 它只是蠕虫的一罐,您需要尽可能避免打开。

I don't think there is a specific permission that meets your needs for one site. 我认为没有一个特定的权限可以满足您对一个站点的需求。 I think your best option may be to split into sites or libraries you can allow others to manage for your central administrator. 我认为最好的选择是将站点或库拆分为其他站点,以便其他人可以为您的中央管理员进行管理。

Here's a related excerpt from the TechNet article, [Plan Permissions][1], that may help you more: 这是TechNet文章[计划权限] [1]的相关摘录,可能会帮助您更多:

Users or groups are assigned a permission level for a specific securable object: site, list, library, folder, document, or item. 为用户或组分配特定安全对象的权限级别:站点,列表,库,文件夹,文档或项目。 By default, permissions for a list, library, folder, document, or item are inherited from the parent site or parent list or library. 默认情况下,列表,库,文件夹,文档或项目的权限是从父网站或父列表或库继承的。 However, anyone assigned a permission level for a particular securable object that includes the Manage Permissions permission can change the permissions for that securable object. 但是,为包括“管理权限”权限的特定安全对象分配权限级别的任何人都可以更改该安全对象的权限。 By default, permissions are initially controlled at the site level, with all lists and libraries inheriting the site permissions. 默认情况下,权限最初是在网站级别上控制的,所有列表和库都继承了网站权限。 Use list-level, folder-level, and item-level permissions to further control which users can view or interact with the site content. 使用列表级,文件夹级和项目级权限可以进一步控制哪些用户可以查看网站内容或与网站内容进行交互。 You can return to inheriting permissions from a parent list, the site as a whole, or a parent site, at any time. 您可以随时返回从父列表,整个站点或父站点继承的权限。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Sharepoint 2007自定义权限级别来管理权限 - Sharepoint 2007 Custom permission level to manage permissions SharePoint:您无法授予有限的访问权限级别 - SharePoint: You cannot grant limited access permission level Sharepoint:如何以编程方式管理SPFolder和SPListItem权限 - Sharepoint: How to programmatically manage SPFolder and SPListItem permissions 如何以编程方式为共享点中的特定列表授予组/用户“读取”权限 - How to programmatically grant 'Read' permission to a Group/user for a particular list in sharepoint 如何在SharePoint 2007中管理多个项目的权限? - How do I manage permissions on multiple items in SharePoint 2007? 使用Powershell授予对Sharepoint库中文件夹的权限? - Grant permissions to folder in Sharepoint library using Powershell? Sharepoint Desinger工作流程->授予项目权限 - Sharepoint Desinger Workflow --> Grant Permission on Item 如何授予 Azure 函数仅特定图形权限(一个 sharepoint 库) - How to grant Azure Functions only specific Graph permissions (one sharepoint library) 如何管理SharePoint配置? - How to manage SharePoint configuration? 我们如何允许用户管理SharePoint网站上的某些权限,但不是全部权限? - How can we allow users to manage some permissions but not all on a SharePoint site?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM