Powershell Quick Tips SCOM

SCOM 2012 R2 – Enable Agent Proxy

Just a quick note on how to enable agent proxy via PowerShell Assumptions in this scenario: SCOM 2012 R2 – UR3 Using Operations Manager Shell You want all Agents with proxy enabled Some basics: Get-SCOMAgent Let’s limit our scope.. Get-SCOMAgent | where {$_.ProxyingEnabled -match $False} Let’s enable the proxy for all

Read more