SharePoint PowerShell 修改计时器任务
Posted 天下第一间
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SharePoint PowerShell 修改计时器任务相关的知识,希望对你有一定的参考价值。
前言
最近碰到需要修改计时器任务的需求,然后搜了搜,发现有powershell命令可以搞定,记录一下。
$timerJob = Get-SPTimerJob -Identity "DocIDEnable"
Set-SPTimerJob -Identity $timerJob -Schedule "Daily at 18:00:00"
引用链接:
https://docs.microsoft.com/en-us/powershell/module/sharepoint-server/set-sptimerjob?view=sharepoint-ps
以上是关于SharePoint PowerShell 修改计时器任务的主要内容,如果未能解决你的问题,请参考以下文章
sharepoint 2013 修改某些显示名,email和活动目录不一致的账户 powershell
SharePoint - 使用Powershell修改Web Application Authentication