May 2019
Intermediate to advanced
620 pages
21h 41m
English
By default, the /adfs/probe endpoint is not accessible on Web Application Proxies. This makes them hard to monitor as part of a load balancer's backend pool.
Enable Windows Firewall to allow traffic to the endpoint using the following line of PowerShell in an elevated Windows PowerShell window on the Web Application Proxy:
Import-Module NetSecurityNew-NetFirewallRule -Name Allow_HTTP -DisplayName "AD FS HTTP Services" -Protocol HTTP -Profile Any -Action Allow
Read now
Unlock full access