0 commentsM365PowershellSCOM 2016M365Microsoft Graph APIpowershell

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

0 commentsLinuxPowershellXPlatcrossplatlinuxRedhatxplat deployment

Onboard RedHat Linux RHEL 8.1, 9.6 to SCOM Management Group

RHEL 8.1 / 9.6 SCOM 2022 Agent Deployment – What Worked in My Lab Prerequisites VM Deployment – Deployed VMs using Hyper-V and PowerShell: Example VM Deployment Script RHEL Installation RHEL Configuration Account commands (bash) SCOM Agent Least Privilege Sudoers Sudoers configuration (via /etc/sudoers.d/scom) to enable monitoring and maintenance without giving full root access https://learn.microsoft.com/en-us/system-center/scom/manage-security-unix-linux-sudoers-templates?view=sc-om-2025#universal-linux ….  Read More

0 commentsSCOM 2016Troubleshootingai for scomai help scomai scom expertscom ai

SCOM Jerk In The House

Welcome to SCOM Jerk In The House, your go-to chatbot for all things System Center Operations Manager (SCOM)—with just the right dash of attitude. Whether you’re troubleshooting tricky alerts, seeking tips for smoother monitoring, or just want a candid chatbot that doesn’t sugarcoat the quirks of SCOM, you’re in the right place. Get ready for ….  Read More

0 commentsPowershellperformance datapowershellscomscomhelper

New PowerShell Function: Get-SCOMPerformanceData – Simplifying SCOM Performance Data Retrieval

Download SCOMHelper Management Pack As SCOM administrators, we’ve all been there, trying to extract performance data from System Center Operations Manager for analysis, reporting, or troubleshooting. While SCOM provides excellent monitoring capabilities, getting to the raw performance data programmatically has often involved complex SDK calls or diving deep into the Operations Manager database. Today, I’m ….  Read More

0 commentsPowershellAzure Arc

Azure Arc – Connect (previously connected) machines at scale using Group Policy

Enhancing Azure Arc Onboarding with a Script Modification Azure Arc simplifies hybrid and multi-cloud management by enabling you to extend Azure’s capabilities to your on-premises servers and non-Azure environments. It empowers organizations to manage infrastructure, security, and compliance with consistency across diverse ecosystems. One practical approach for onboarding multiple domain-joined machines to Azure Arc is ….  Read More

0 commentsPowershellMaintenancepowershellscom

Run Remove-SCOMDisabledClassInstance Without Confirmation Prompt

Summary of Remove-SCOMDisabledClassInstance In System Center Operations Manager (SCOM), there are instances where certain class objects become disabled and need to be removed to maintain a healthy management environment. The Remove-SCOMDisabledClassInstance function automates the process of cleaning up these disabled class instances. This is particularly useful for administrators who manage large SCOM environments and need to regularly clean ….  Read More

0 commentsSCOM 2016

Add Custom Kusto KQL Syntax Highlight to OneNote

1) Install NoteHighlight2016 https://github.com/elvirbrk/NoteHighlight2016/tree/master 2) Modify Ribbon file “C:\Program Files\CodingRoad\NoteHighlight2016\ribbon.xml“ Add this line as shown in the screenshot: 3) Create custom .lang file for your language Understanding the .lang File Markup The .lang file is a configuration file used by the NoteHighlight extension to highlight the syntax of code. Here’s a breakdown of the structure: ….  Read More