Create a new module to maintain a list of Agent jobs that you expect to be enabled.
Agent jobs will be listed in a table that you control allowing you to set whether the job should be enabled or disabled. When a collection runs, the table will be evaluated against msdb.dbo.sysjobs and the current enabled state will be recorded.
When the report runs it will check the table where your desired enabled flag is not equal to the msdb enabled flag and advise.
The job will not actually be enabled this will be for the user to fix but there will be a script in the output for ease.
Create a new module to maintain a list of Agent jobs that you expect to be enabled.
Agent jobs will be listed in a table that you control allowing you to set whether the job should be enabled or disabled. When a collection runs, the table will be evaluated against msdb.dbo.sysjobs and the current enabled state will be recorded.
When the report runs it will check the table where your desired enabled flag is not equal to the msdb enabled flag and advise.
The job will not actually be enabled this will be for the user to fix but there will be a script in the output for ease.