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: 1,713 For HTTP: Configured Silverlight as documented here under known issues. https://support.microsoft.com/en-us/help/4024941/update-rollup-4-for-system-center-2016-operations-manager – Follow the exact same workaround mentioned below to make it work with HTTP. 1. Click Configure in the dialog box. 2. When you are prompted to run or save […]
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, […]