Remove Web Application Proxy Server From Cluster Link

On the AD FS server (primary):

Set-WebApplicationProxyConfiguration -ConnectedServersName ((Get-WebApplicationProxyConfiguration).ConnectedServersName -ne 'ServerToRemove.domain.local') Use code with caution. Copied to clipboard remove web application proxy server from cluster

"No," he typed. "They just walked right in, like nothing happened." remove web application proxy server from cluster

Run this command to see which servers the cluster still thinks are active: powershell (Get-WebApplicationProxyConfiguration).ConnectedServersName Use code with caution. Copied to clipboard remove web application proxy server from cluster

The first step is to remove the specific server name from the cluster's list of connected servers. This ensures the primary management console no longer attempts to sync with the decommissioned node. Command : Run the following PowerShell on an active node: powershell