If you ever have to move or re-install Reporting Service, then you will find some very usefull link here.
Archive for SCOM – Rules
Blog from Cameron Fuller – Debugging the Script or Executable Failed to Run Alert
Over the last couple of years, I have a lot of time to troubleshoot why scripts have failed.
Today I saw Cameron Fuller blog abut this issue. Below you can find a link to his blog.
Link: BlastFromThePast: Debugging the Script or Executable Failed to Run Alert
How to Display Monitor Thresholds
To display monitor thresholds, use the script described in this section. This script works for the majority of monitors. It creates a .csv file that includes the columns described in the following table, and can be viewed using Office Excel.
How to Display All Management Pack Rules
Use the following procedure to display a list of rules for the management packs that you imported. The list of rules can be viewed in Office Excel.
To display management pack rules
1. In your management server, click Programs, and then click System Center.
2. Click Command Shell. 3. In the Command Shell, type the following command: get-rule | select-object @{Name=”MP”;Expression={ foreach-object {$_.GetManagementPack().DisplayName }}},DisplayName | sort-object -property MP | export-csv “c:\rules.csv” 4. A .csv file is created. You can open the .csv file in Office Excel. Note In Office Excel, you may be required to specify that the .csv file is a text file. |