gpt4 book ai didi

powershell - 在 SharePoint 中获取 "Shared with Everyone"文件夹信息

转载 作者:行者123 更新时间:2023-12-02 17:42:13 25 4
gpt4 key购买 nike

有人知道如何从 SharePoint 和 OneDrive for Business 获取“与所有人共享”信息吗?我已经绞尽脑汁想弄清楚这几天了,但我没有运气。

我需要做的是创建 Office 365 租户中所有在“与所有人共享”文件夹中都有文件的用户的报告。

如果有人能指出我正确的方向,我当然会很感激。我很擅长使用 PowerShell,但这并没有多大帮助。

谢谢!

最佳答案

既然您提到了 Powershell,您可以尝试使用 Microsoft.SharePoint.Powershell cmdlet,具体来说:

$web = Get-SPWeb http://{tenant's my site host}/personal/{user}
if ($web.GetFolder("Documents/Shared with Everyone").ItemCount -gt 0) { Write-Host "this user is using 'Shared With Everyone'" }

您当然必须了解 {user} 的所有有效值,您可以使用 this example 获取这些值。 .

关于powershell - 在 SharePoint 中获取 "Shared with Everyone"文件夹信息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31251069/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com