powershell Powershell脚本,用于获取SharePoint站点中特定列表的所有详细信息

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell Powershell脚本,用于获取SharePoint站点中特定列表的所有详细信息相关的知识,希望对你有一定的参考价值。

$SourceWebURL = "http://scushp01/sites/Testing/it/main"
$spweb = Get-SPweb $SourceWebURL
$spweb.Lists | where {$_.Title -eq "Network Change & Error Tracking"} ## select Title,URL

以上是关于powershell Powershell脚本,用于获取SharePoint站点中特定列表的所有详细信息的主要内容,如果未能解决你的问题,请参考以下文章

SQLServer用powershell实现多台服务器批量执行SQL脚本

利用 Powershell 编写简单的浏览器脚本

PowerShell脚本授权最佳实践

暂停程序,直到 powershell 脚本完成

如何使用 Python 中的参数运行 PowerShell 脚本

win2008如何在用bat调出的powershell窗口里运行命令