Web Application Proxy: This server is not included in the ConnectedServersName list

This server is not included in the ConnectedServersName list.

The Remote Access Management console may not work as expected.

Use the Set-WebApplicationProxyConfiguration cmdlet to add this server to the ConnectedServersName list.

To add a server to the ConnectedServersName list

  1. On the Web Application Proxy server, open a Windows PowerShell window.
  2. Use the following command to view the current ConnectedServersName list:
    • Get-WebApplicationProxyConfiguration
  3. Copy the current ConnectedServersName list to the clipboard.
  4. Run the following command to add a server to the ConnectedServersName list:
    • Set-WebApplicationProxyConfiguration –ConnectedServersName <paste-existing-list-here>,<new_server_name>.<domain_name>