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
... [read more]
Submit a review:
Login required.