powershell 这将检查SharePoint任务列表是否具有电子邮件分配标志

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 这将检查SharePoint任务列表是否具有电子邮件分配标志相关的知识,希望对你有一定的参考价值。

$site=Get-SPSite "https://xxx"
$web=$site.OpenWeb()
$list=$web.Lists.TryGetList("CATS Extension Requests")
if($list -ne $null)
{
   $list.EnableAssignToEmail #=$true
   #$list.Update()
}

以上是关于powershell 这将检查SharePoint任务列表是否具有电子邮件分配标志的主要内容,如果未能解决你的问题,请参考以下文章

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

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

powershell 这将获得与SharePoint列表相关的所有工作流

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

powershell 这将查找并回收SharePoint列表项。也是分组项目的示例。

powershell 这将复制SharePoint网站。首先使用原始网站使用的相同模板制作空白网站。如果templa,这将失败