Just a quick useful command to find out which SCOM agents in your environment are proxy enabled.
If you run the following command in SCOM PowerShell.
get-agent | fl Displayname ,Proxyingenabled
This will give you an output like below.
DisplayName : Servername.domain.com
ProxyingEnabled : False
Leave A Comment