Remove Web Application Proxy Server From Cluster Info

Abstract

  1. Stateless proxies: Store sessions in Redis/ElastiCache, not locally.
  2. Automated drain scripts: Use API calls to LB to gracefully remove nodes.
  3. Blue/green node lifecycle: Always add new node before removing old one.
  4. Health check endpoint: /internal/drain-status shows active connection count.
  5. Configuration drift detection: Run diff against golden config daily.

Uninstall the Role

: Use Server Manager to "Remove Roles and Features" or run the following PowerShell command: Uninstall-WindowsFeature Web-Application-Proxy, CMAK, RSAT-RemoteAccess

Set-AdfsSyncProperties -PrimaryComputerName <PrimaryADFS> -Role PrimaryComputer Sync-AdfsFarm remove web application proxy server from cluster

Using PowerShell

Scroll to Top