首页 > 系统服务 > 详细

SharePoint PowerShell 修改计时器任务

时间:2018-10-11 11:15:33      阅读:177      评论:0      收藏:0      [点我收藏+]

  前言

  最近碰到需要修改计时器任务的需求,然后搜了搜,发现有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 修改计时器任务

原文:https://www.cnblogs.com/jianyus/p/9758911.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!