Enable Proxy Option for Operations Manager Agents?
Learn whether the Agent Proxy should be enabled for Operations Manager agents.
May 19, 2013
Q: Should I enable the Operations Manager proxy for my monitored Windows servers?
A. Yes. While this isn't enabled by default, that's really only because Microsoft has to be most secure by default, and the reality is, every Operations Manager environment enables this option.
The only real risk is when monitoring servers you don't trust. Then this setting could potentially allow for alert spoofing, since you're giving the agent permission to be a proxy for objects discovered on other computers. To enable the proxy, perform the following:
Start the Operations Manager console.
Open the Administration workspace.
Navigate to Device Management, Agent Managed.
Right-click the server you want to enable proxy for and select Properties.
Select the Security tab.
Check the Allow this agent to act as a proxy and discover managed objects on other computers then click OK.
You can enable this for all computers by using the following PowerShell command:
Get-SCOMAgent | where {$_.ProxyingEnabled.Value -eq $False} | Enable-SCOMAgentProxy
About the Author
You May Also Like