Sometimes we have to identify proxy setting in various circumstance such as while group mail is not working ,its might be for proxy setting.If proxy setting is not enable,there is a possibilites that proxy setting is not enable.Lets see how we can see proxy setting and enable it.
To Check Proxy Setting in Excahnge Server,Run the Following Command:
Get-ServerComponentstate -Identity YourServeName
To Enable Proxy Setting Run the following Commands:
Set-ServerComponentstate -Identity YourServeName -Component PopProxy -Requester HealthAPI -State Active
To Disable Proxy Setting,Run the following Command:
Set-ServerComponentstate -Identity YourServeName -Component PopProxy -Requester HealthAPI -State inactive