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
- On the Web Application Proxy server, open a Windows PowerShell window.
- Use the following command to view the current ConnectedServersName list:
- Get-WebApplicationProxyConfiguration
- Copy the current ConnectedServersName list to the clipboard.
- Run the following command to add a server to the ConnectedServersName list:
- Set-WebApplicationProxyConfiguration –ConnectedServersName <paste-existing-list-here>,<new_server_name>.<domain_name>