Menu Close

Demo SCOM Script Template

  I thought I’d take a moment to publish my SCOM script template. Whenever I am writing a SCOM script for monitoring, discovery, or automation, there are some “standards” that I want in all my scripts.   1.  I personally feel that all script running in SCOM should at the…

Monitoring for Time Drift in your enterprise

  Time sync is critical in today’s networks.  Experiencing time drift across devices can cause authentication breakdowns, reporting miscalculations, and wreak havoc on interconnected systems.  This article shows a demo management pack to monitor for time sync across your Windows devices. The basic idea was – to monitor all systems…

Adding direct agent Log Analytics Workspace (OMS) and Proxy via PowerShell

We have some REALLY good documentation on this here:  https://docs.microsoft.com/en-us/azure/log-analytics/log-analytics-windows-agents   PowerShell and the Agent Scripting Objects make it really easy to control the Log Analytics (previously OMS) MMA direct agent configuration on thousands of agents, using SCOM.   Here are some PowerShell examples: # Load agent scripting object  $AgentCfg…

Document your SCOM RunAs Account and Profiles script

  QuickDownload: https://github.com/thekevinholman/GetRunAsAccountsAndProfiles   This script will document your SCOM RunAs accounts, and any profiles they are associated to.  It will output as a CSV file. This is handy for collecting data for change management, making sure multiple management groups have the same configuration, and ensuring you have documented accounts…