powershell 这将在sharepoint中创建一个新的自定义列表

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 这将在sharepoint中创建一个新的自定义列表相关的知识,希望对你有一定的参考价值。

$web = Get-SPWeb https://xxx/cmdtools
$SPTemplate = $web.ListTemplates["Custom List"]
$web.Lists.Add("TestInfoPathList","Description",$SPTemplate)

以上是关于powershell 这将在sharepoint中创建一个新的自定义列表的主要内容,如果未能解决你的问题,请参考以下文章

powershell 这将获取SharePoint网站中用于创建网站的模板

powershell 这将使用PowerShell从库中删除SharePoint中特定文件夹和子文件夹中的文件

powershell 这将获取SharePoint中使用InfoPath的所有实例。图书馆和名单

powershell 这将从sharePoint列表中获取Created By(作者)和Modified By(编辑器)

powershell 这将获得SharePoint场中的所有解决方案

powershell 这将为SharePoint创建一个新的Web应用程序