I have a couple of timer jobs that I cant get rid of. I think they got created as a consequnce of creating a custom job.
Also, if I use powershell Get-SPTimerJob then I get an exception.
Get-SPTimerJob : Exception has been thrown by the target of an invocation.
At line:1 char:15
+ Get-SPTimerJob <<<<
+ CategoryInfo : InvalidData: (Microsoft.Share...dletGetTimerJob:SPCmdletGetTimerJob) [Get-SPTimerJob], T
argetInvocationException
+ FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletGetTimerJob
Anyone got any idea how I can remove the jobs in 2010?