27 03 2015
Accidentally deleted ALL Timer Jobs? Fear not!
On a dev server today I accidentally deleted all the timer jobs from the farm, via a bit of careless PowerShell.
But rather than a full Farm rebuild, it’s fairly easily to re-provision all the out of the box timer jobs!
Firstly, run the Configuration Wizard to reprovision the Farm-scoped Timer Jobs.
Then, for each Web Application you have, run the following PowerShell:
$w = Get-SPWebApplication https://mywebapplication
$w.EnsureDefaultJobs()
This will recreate the default timer jobs (stuff like Alerts, site cleanup, etc.)
0x80070057 When Changing Publishing Page Layout Cookies not being forwarded with 302 redirect in Internet Explorer
[…] http://omicron-llama.co.uk/2015/03/27/accidentally-deleted-all-timer-jobs-fear-not/ […]
Hi ,
I deleted the job-delete-timer-job-history accidentally and even the job definition wont show up now.
what is the easiest method to re create/undelete the job without any downtime.
Nicholas