Remove Web Application Proxy Server From Cluster ((link)) Jun 2026

$proxy = Get-AdfsProxy -Name "wap-node-01.contoso.com" Remove-AdfsProxy -TargetProxy $proxy

: Force the local cleanup by adding the force parameter if available in your environment, or manually strip the registry keys located under HKLM\Software\Microsoft\Windows NT\CurrentVersion\RemoteAccess\ . High CPU or Error Spikes on Remaining Nodes

What lingered with Priya wasn’t the commands or the runbook—it was the quiet checklist of judgment: when to drain, when to revoke keys, how quickly to notify. Removing the WAP server had been straightforward technically, but it required care to keep users unaware and systems secure. She saved the incident notes into the team’s knowledge base, not as a simple checklist, but as context: the why behind every step, so the next person on call would have more than a runbook—they’d have a story.

If you need to remove a specific server from the cluster list shown in the management console, run these commands from a functioning WAP server: View the current cluster members powershell (Get-WebApplicationProxyConfiguration).ConnectedServersName Use code with caution. Copied to clipboard Remove the specific server 'server-to-remove.domain.local' with the actual FQDN): powershell remove web application proxy server from cluster

On the server you are removing, follow these steps to clean up the roles and features:

Managing a high-availability environment often requires scaling back or replacing aging infrastructure. When you need to , simply turning off the machine isn't enough; the configuration will still exist in the AD FS database, leading to management errors and synchronization issues.

Once the node is removed from the cluster's configuration, you must officially uninstall the role from the server itself to clean up local binaries and services. $proxy = Get-AdfsProxy -Name "wap-node-01

Set-WebApplicationProxyConfiguration -ConnectedServersName $updatedServers ``` Use code with caution. Copied to clipboard 2. Decommission the Target Server Perform these steps on the server being removed to fully clean up its configuration. Remove Remote Access settings: Remote Access Management console DirectAccess and VPN , and click Remove Configuration Settings in the Tasks pane. Uninstall the WAP role:

: Execute the following, replacing '://domain.com' with the target FQDN: powershell

Removing a web application proxy server from a cluster is not merely a matter of turning off a switch. It is a process of . The difference between a professional team and an amateur one is visible in the post-removal state. She saved the incident notes into the team’s

Place the target WAP server into or drain its connections. Monitor active connections until they drop to zero.

Log on to any server in the WAP cluster and open the Remote Access Management Console .

Ensure the removed server’s name does not appear in the output.

: Before uninstallation, sign in to the WAP server, open the Remote Access Management Console