Remove Web Application Proxy Server From Cluster [top] -
# List all proxy trusts Get-AdfsWebApplicationProxyRelyingPartyTrust
(Get-WebApplicationProxyConfiguration).ConnectedServersName ``` Use code with caution. Copied to clipboard Remove the specific server: remove web application proxy server from cluster
# List all WAP servers Get-WebApplicationProxyEndpoint remove web application proxy server from cluster
Set-WebApplicationProxyConfiguration -ConnectedServersName ((Get-WebApplicationProxyConfiguration).ConnectedServersName -ne 'server-to-remove.domain.local') Use code with caution. Copied to clipboard WordPress.com Graceful Decommissioning Process remove web application proxy server from cluster