码迷,mamicode.com
首页 > 系统相关 > 详细

SharePoint PowerShell 修改计时器任务

时间:2018-10-11 11:36:22      阅读:188      评论:0      收藏:0      [点我收藏+]

标签:int   har   ide   microsoft   shel   需求   str   strong   view   

  前言

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

标签:int   har   ide   microsoft   shel   需求   str   strong   view   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!