Get-AdfsEndpoint -Proxy $true | Where-Object $_.ProxyTrust -eq "WAP-SRV-02.contoso.com"
If a server in the cluster has failed and cannot be accessed, you must perform the manual removal via PowerShell (as shown in the first section) from another active member of the farm to clear it from the configuration. PowerShell script
Remove-WindowsFeature Web-Application-Proxy, Remote-Access -Restart Use code with caution. Method B: Using Server Manager GUI Open on the target server. remove web application proxy server from cluster
You can force-delete the role from the server by running Uninstall-WindowsFeature -Name Remote-Access -IncludeManagementTools . If necessary, clear out the orphaned entry manually from the remaining cluster configuration using the primary AD FS server tools. Error: Remaining nodes report synchronization failures
How to Remove a Web Application Proxy Server from a Cluster Web Application Proxy (WAP) servers provide secure remote access to internal web applications and Active Directory Federation Services (ADFS). When a WAP server becomes unhealthy, undergoes hardware retirement, or requires a clean operating system reinstall, you must safely remove it from the load-balancing cluster. Get-AdfsEndpoint -Proxy $true | Where-Object $_
Before executing any commands, complete these preparatory steps:
To remove a Web Application Proxy (WAP) server from a cluster, you must update the list in the proxy configuration and then decommission the role from the physical server . 1. Remove the Server from the Cluster List You can force-delete the role from the server
Here are a few options for the text, depending on whether you need a technical guide, a formal notification, or a quick summary.
It informs the remaining nodes that this specific server is no longer part of the deployment.
: Execute the following, replacing '://domain.com' with the target FQDN: powershell
Test-AdfsWebApplicationProxyConnection -ProxyUrl "https://sts.contoso.com" -RelyingPartyIdentifier "urn:federation:MicrosoftOnline"