在Sharepoint Online中分配文档库项目级别权限 [英] Assigning Document Library Item Level Persmission in Sharepoint Online

查看:183
本文介绍了在Sharepoint Online中分配文档库项目级别权限的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们正在将一些工作负载转移到SharePoint Online,我正在尝试使用共享点模式和powershell库实践将权限委派给文档库中的文件夹.我已经能够实现 通过以下命令针对单个用户或共享点组进行此操作.

We are moving some workloads across to SharePoint Online and I am trying to use the sharepoint patterns and practices powershell library to delegate permissions to folders within a document library. I have been able to achieve this for individual users or sharepoint groups through the following command.

Set-PnPListItemPermission -List "Shared Documents" -Identity 274 -Group spogroup -AddRole 'Contribute'

不过,我们的文档库将azure域组用于其权限结构,而不是由于-Group期望的对象类型不同而导致共享点组失败的共享点组.我如何实现以上分配 域组?

However our document library is utilising azure domain groups for its permission structure instead of sharepoint groups which fail due to the object type expected by -Group being different. How can I achieve the above to assign domain groups? Is it possible?

推荐答案

格兰利( )

Hi Glenry, 

根据您的描述,您想要在SharePoint Online中为具有文档库项目级别权限的Azure群组分配权限.

From your description, you want to assign azure domain groups with document library item level permission in SharePoint Online.

请参阅以下有关使用CSOM PowerShell在线设置SharePoint上的项目级别权限的文章

Refer to the following article about set Item Level Permissions On SharePoint online Using CSOM PowerShell

http://www.c-sharpcorner.com/article/设置项目级别的共享权限/

最好的问候,

Lisa Chen

Lisa Chen 


这篇关于在Sharepoint Online中分配文档库项目级别权限的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆