/ Published in: Windows PowerShell
Expand |
Embed | Plain Text
$timers=Get-SPTimerJob|? {$_\3.isDisabled -eq $false} foreach ($timer in $timers) {$timer.RunNow()}
You need to login to post a comment.
$timers=Get-SPTimerJob|? {$_\3.isDisabled -eq $false} foreach ($timer in $timers) {$timer.RunNow()}
You need to login to post a comment.