Author: Tyson Paul

0 commentsAuthoringManagement PacksTroubleshooting

Visual Studio New SCOM Management Pack Project HRESULT: 0x80041FE1

If Visual Studio doesn’t have the necessary components installed, VS may fail to open your management pack project. Here’s an example of a failure when creating a new SCOM management pack. The ActivityLog.xml shows some interesting entries… C:\Users\typaul\AppData\Roaming\Microsoft\VisualStudio\17.0_56cc09fb Notice all the failures related to “Modeling.Sdk“ Solution Launch the Installer to modify the VS 2022 installation ….  Read More

0 commentsManagement PacksSCOM 2016SCOM 2019SCOM 2022

SQL Always On Availability Group Listener monitoring management pack

New! 2023.06.22: Now supports Distributed Network Names (DNN)! Make sure you have the newest version. Version History: Download: Requirements: Discovery This MP contains a single discovery workflow which targets the MSSQL on Windows: Local DB Engine class and uses two PowerShell modules. The first module will query the SQL instance to obtain information about all ….  Read More

2 commentsSCOM 2016alertsmanagement packpowershellreset healthscom

Reset SCOM Object Health and Alerts Task

Newly added to the SCOMAgentHelper management pack is a task that is capable of: In the example below you can see the Exchange Online service object has alerts generated from both a rule and a monitor. The task parameter, “ResetMontitorHealth”, is true and therefore will reset the health of the eligible monitors for the instance. ….  Read More

0 commentsSCOM 2016

SCOM Console Web Page View: index of all rules and monitors with knowledge articles

Required: Create a new Rule. Create a new MP with name: “IndexOfWorkflowKnowledge” Rule Name: GenerateWorkflowIndex Timed PowerShell Script RuleRule Target: Management ServerRule is not enabled. Override: ENABLE for one specific mgmt server to start with, the one you connect to with your Console. Add additional mgmt servers if needed. Create a new Web Page View ….  Read More