Great script
Does it work for Content Deployment jobs too?
But not all jobs are connected to web applications. How can I use PowerShell to see their history?
hi Jan,You could use:Get-SPTimerJob | % { $_.HistoryEntries } | Where-Object {($_.StartTime –gt "MM/DD/YYYY hh:mm:ss”) -and ($_.EndTime -lt "MM/DD/YYYY hh:mm:ss AM") } | Format-Table –Property StartTime,EndTime,JobDefinitionTitle