I would like a script that will output all Windows Scheduled tasks and SQL Server Scheduled Jobs. I have managed to find a good way to query servers for Scheduled tasks using this batch script: schtasks /query /s hostname /fo CSV /NH > "c:\tasks.csv"
What I would like is a way to add the SQL scheduled jobs into the same csv. Is this possible? Thanks
What I would like is a way to add the SQL scheduled jobs into the same csv. Is this possible? Thanks