Post Views: 2,405   https://blogs.technet.microsoft.com/momteam/2009/09/25/some-sample-reports/#comments          So I have modified the MP and tested it in my Lab and it worked fine.          You can download the MP from the below link. https://github.com/souravmahato7/Management-Packs/blob/master/Sample.Report.Library.xml https://gallery.technet.microsoft.com/Custom-Report-for-Overall-526d8fc3   The report would be looks like below.  

Post Views: 2,671         I have written some useful SQL queries which will help to get data from Orchestrator database.   Query 1: The following query will help us to get the job details for a Runbook. Select RB.Name, RB.Path, RT.Id, RT.RunbookServerId, A.Computer , RT.Status, RT.Parameters, RT.LastModifiedTime, […]