powershell Poweshell脚本,用于获取SharePoint网站中的所有列表。

Posted

tags:

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

$SourceWebURL = "http://scushp01/sites/Testing/it/main"
$spweb = Get-SPweb $SourceWebURL
$spweb.Lists | select Title,URL

以上是关于powershell Poweshell脚本,用于获取SharePoint网站中的所有列表。的主要内容,如果未能解决你的问题,请参考以下文章

PoweShell执行系统管理

PowerShell - 1

在Windows server 2016 RTM下用PoweShell无人值守安装配置Exchange 2016 CU3

PoweShell介绍

如何从 PowerShell 静音/取消静音

powershell 用于检查更新的Powershell脚本