After you have deployed SCOM 2022 and completed the Agent deployment process, you may see an error message regarding SCOM Health Service in Operations Manager.
SCOM Agent Proxy Not Enabled Error
After completing the SCOM installation, you may see the following warning message on the SCOM Operation Manager.
Agent proxy not enabled
The agentwas not able to submit data on behalf of another computer because agent proxy is not enabled.
SCOM Agent proxy not enabled Solution to the Error
The solution to this error is as follows;
You can run the following command line via Powershell;
get-SCOMagent | where {$_.ProxyingEnabled -match "False"} | Enable-SCOMAgentProxy