powershell 这允许您通过列表项ID在网站集回收站中查找列表项。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 这允许您通过列表项ID在网站集回收站中查找列表项。相关的知识,希望对你有一定的参考价值。

$sitecol = get-spsite https://xxx
$itemID = "1192"
$items = $sitecol.recyclebin
$item = $items | ?{$_.leafName -eq $itemID + "_.000"}
$item

以上是关于powershell 这允许您通过列表项ID在网站集回收站中查找列表项。的主要内容,如果未能解决你的问题,请参考以下文章

IIS 托管 - 网站要求登录提示

通过 PowerShell 添加共同管理员

Powershell操作IE实现网站登录

您可以使用 Powershell PnP 设置 SharePoint 网站区域设置和语言吗

powershell SharePoint PowerShell,它获取作为字符串的列表项并将其转换为数字,然后更新列表项。

powershell SharePoint Powershell添加列表项