Microsoft Graph API test script for M365 Services
Here’s an easy snippet for doing some basic testing of M365 services via Microsoft Graph. Don’t forget that your app registration permissions must be correct before you will find any success with this test. App Registration Permission App registration permissions shown below at the time of this writing.NOTE: Message Center Reader role is required as …. Read More
Clean All Obsolete MP References From Your SCOM Management Group
An easy way to clean out obsolete management pack alias references.
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
SCOM Management Pack Comparison Organization Chart Made Easy with Powershell
Keeping your management packs in sync across management groups can be a challenge. Here’s an easy way to create a comparison chart/report with PowerShell.
Verify SQL Server Securables with SCOM Agent Task
This management pack contains two tasks as shown in the screenshot below.(Or run the scripts manually, see here.) History: 2022.01.07.1719 – v1.0.0.12 – Added ‘msdb.dbo.SQLAGENT_SUSER_SNAME’ per Hugh Scott’s suggestion.
Verify SQL Server Securables with PowerShell
Display the access configuration status of SQL Server Database securables on Windows.(There’s also a management pack with agents tasks located here.) DBEngine Securables Database Securables
Tracing SCOM Workflows with PowerShell
To run an agent trace from the SCOM Console, see this postSCOM – Trace Workflow Agent Task There have been a number of documents written on tracing over the years but have made it this easy to trace SCOM agent workflows. Tracing is a way to spy on agent activity. This is very helpful, essential …. Read More
Keep Your Management Pack Files Organized
Easily organize and keep track of your management pack file versions.
Control SCOM Maintenance Mode from the Agent with SCOMAgentHelper Management Pack
This management pack will provide every agent-managed computer with a set of PowerShell commands to control and verify maintenance mode for the Windows Computer object.