Enable Proxy Agent SCOM 2012 For All Systems
As SCOM agents begin to rollout it can be tricky to keep track of which agents you have enabled the proxy agent on and which agents need to have it enabled. This post will help you enable the SCOM proxy agent for all systems that need it enabled.
First open notepad and copy the following lines into notepad:
##Enables Agent Proxy for All agents where Agent Proxy is disabled
Get-SCOMAgent | where {$_.ProxyingEnabled.Value -eq $False} | Enable-SCOMAgentProxy -Confirm
Save the file. Example ProxyEnabled.ps1
Open the OperationsManager PowerShell
Run the command

The agents will now have the Proxy Agent enabled.
Categories: SCOM 2012
Comments (0)
Trackbacks (0)
Leave a comment
Trackback
