Friday, August 9, 2013

Get SharePoint Timer job using PowerShell

Below PowerShell script can be used to identify the Hidden Timer Jobs in Central Administration Timer Job Definitions list.

Inputs:
WebApplication : name of the Web application to which the timer job is added.
Identity : name of the Timer Job
Get-SPTimerJob -WebApplication "SharePoint - 1234" -Identity "TimerJobName"

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...