February 2013
Intermediate to advanced
304 pages
8h 26m
English
Scenario/Problem: You want to enable a specific timer job.
Solution: Use the Enable-SPTimerJob cmdlet.
To enable a timer job, execute the Enable-SPTimerJob cmdlet with the Identity of the timer job or a timer job variable. Listing 4.24 shows a sample command line.
Listing 4.24. Enabling a Timer Job
$timerJob = Get-SPTimerJob -Identity "DocIDEnable"Enable-SPTimerJob $timerJob
Read now
Unlock full access