Remove Web Application Proxy Server From Cluster Direct

# List all proxy trusts Get-ADFSWebApplicationProxy

Note: You will be prompted to confirm the removal. Type 'Y' to proceed. remove web application proxy server from cluster

Check active connections every 60 seconds: remove web application proxy server from cluster

Set-WebApplicationProxyConfiguration –ConnectedServersName ((Get-WebApplicationProxyConfiguration).ConnectedServersName –ne 'ServerToRemove.domain.local') ``` *Note: `Swpc` and `gwpc` are common aliases remove web application proxy server from cluster