SharePoint 2010

Manage Timer Jobs with PowerShell


In this small post lets see how you can configure Time Jobs using PowerShell. Lets say you want to enable “Activity Feed Job” which is by default “Disabled” on the Server. a) First run below command to Get the job definition like Name, status, GUID Command: get-sptimerjob | sort-object name | where {$_.Name -match “ActivityFeedJob”}… Continue reading Manage Timer Jobs with PowerShell