Category: SCOM 2016

0 commentsSCOM 2012SCOM 2016AgentCertificate AuthorityCertificate TemplateCertificatesClient CertificateGatewayRoot CARoot CertificateWeb Enrollment

Request CA Certificate and Client Certificate from Web Enrollment CA for SCOM

Note: This post is similar in nature from my previous post here, however this post is somewhat more streamlined and hopefully should be easier to follow. It it assumed that you have the following in place: Standalone Root CA server (Win Server 2012 R2 or Win Server 2016) An appropriate template for SCOM exists on ….  Read More

1 commentsPowershellSCOM 2016AuthenticationCertificate AuthorityCertificatesGatewaypowershellWindows Server 2016

Install Root Certificate Authority (Standalone) Windows Server 2016, Create SCOM Certificate Template

READ this first: KB5005413: Mitigating NTLM Relay Attacks on Active Directory Certificate Services (AD CS) On the server where you want to install the Certificate Authority role: open PowerShell (as Administrator): *Did you know:You can highlight specific text to execute, then press F8. This will execute only the highlighted text.You can place the curser anywhere ….  Read More

0 commentsAuthoringManagement PacksPowershellSCOM 2012SCOM 2016DataItemNotepad++powershellProperty BagText EditorXML Format

How to Analyze a SCOM Property Bag

From time to time I find myself writing PowerShell scripts for custom workflows: rules, monitors, tasks, etc. Often times the project at hand requires a property bag full of juicy data to be used in the workflow. There are a handful of other blogs that describe what a property bag is but here I’ll show ….  Read More

0 commentsManagement PacksPowershellSCOM 2012SCOM 2016Authoring Management PackspowershellPowershell SCOM Administration Operations Manager Shellscom 2012SCOM 2016Visual StudioVSAE

Visual Studio ‘Failed to verify module reference’ Authoring SCOM Management Pack, VSAE

Today I’m writing about an elusive problem with a management pack that I was authoring recently. I was writing a generic datasource for a registry discovery; that is a discovery that will instantiate a class based on the existence of a registry key on the Target machine, and generic because I will use a single ….  Read More

0 commentsManagement PacksPowershellSCOM 2012SCOM 2016

Export SCOM Rule and Monitor Knowledge Articles with PowerShell

This has been baked into the SCOMHelper PowerShell module available here. Related: How to Get Knowledge Article from a SCOM Alert with Powershell This will output workflow information (including Knowledge Article content) to an HTML report or CSV file. Script accepts one or more (or all) management pack objects as input. Can export from SCOM using ….  Read More

2 commentsPowershellSCOM 2012SCOM 2016Powershell SCOM Administration Operations Manager Shell

SCOM Operations Manager Shell PowerShell Error When Launched as Administrator

Sometimes when the Operations Manager Shell is opened as an Administrator you will see the error in the screenshot below. I believe this has to do with how User Account Control (or UAC) is configured. The “Start in” parameter on the shortcut is ignored and the shortcut is unable to locate the startup scripts. “.\OperationsManager\Functions.ps1 ….  Read More

0 commentsManagement PacksSCOM 2012SCOM 2016Authoring Management Packs Print Server Monitoring

SCOM Printer Monitoring Management Pack Supplement (Updated: Windows Server 2003, 2008, 2012, 2016)

Back in 2010 Steve Rachui posted a fantastic management pack which added support for monitoring Windows 2003 and 2008 print servers. The original post is located here so you can read all about the functionality: In summary: “Printer MP Supplement The focus for building out this MP supplement was to offer individualized printer monitoring.  Further, ….  Read More