如何在SharePoint场上为AD组分配权限 [英] How to get AD group assigned permissions on a SharePoint farm

查看:67
本文介绍了如何在SharePoint场上为AD组分配权限的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以获取有关广告组的每个网站集分配的所有权限的报告?

只是想知道该小组是否有权访问该站点对我有好处.

从我发现的结果来看,看起来只能使用PowerShell来完成

有人这样做吗?或者可以指出一些我可以遵循的示例PS脚本?

提前感谢您的帮助


天鹅

解决方案

如果您没有在列表/库级别上停止继承,则可以在网站级别上搜索SharePoint的组

为此,我向您建议以下脚本,该脚本适用于用户和组

 

 Add-PSSnapin microsoft.sharepoint.powershell 


site = Get-SPWeb您的站点URL"


cred = Get-Credential -Message"插入DC管理员凭据

Hi

is there a way to get a report of all permissions assigned from every site collections for an AD group? 

just to know if the group have permission to access the site is good for me.

from what I found, look like it can be done with PowerShell only

Do anyone had done this or can point me to some sample PS script that I can follow?

Thanks in advance for your helps


Swanl

解决方案

Hi

if in your site you didn't stopped iheritance at list/library level, it's ok to serach in SharePoint's groups at site level

For this I propose you the following script, which is working for user and for group as well

Add-PSSnapin microsoft.sharepoint.powershell


site = Get-SPWeb "YOUR SITE URL"


cred = Get-Credential -Message " Insert DC admin credentials "


这篇关于如何在SharePoint场上为AD组分配权限的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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