Which command should you run?

HOTSPOT
You have a server named Server1 that runs Windows Server 2016. Server1 has the Web Application Proxy
role service installed.
You publish an application named App1 by using the Web Application Proxy.
You need to change the URL that users use to connect to App1 when they work remotely.
Which command should you run? To answer, select the appropriate options in the answer area.
Hot Area:

HOTSPOT
You have a server named Server1 that runs Windows Server 2016. Server1 has the Web Application Proxy
role service installed.
You publish an application named App1 by using the Web Application Proxy.
You need to change the URL that users use to connect to App1 when they work remotely.
Which command should you run? To answer, select the appropriate options in the answer area.
Hot Area:

Answer:

Explanation:

The Set-WebApplicationProxyApplication cmdlet modifies settings of a web application published through Web
Application Proxy. Specify the web application to modify by using its ID. Note that the method ofpreauthentication cannot be changed. The cmdlet ensures that no other applications are already configured to use any specified ExternalURL or BackendServerURL.
References: https://technet.microsoft.com/itpro/powershell/windows/wap/set-webapplicationproxyapplication
Explanation 2:
Configure internal and external Fully Qualified Domain Names (FQDNs) , there are two FQDN addresses that are configured with an application. The External URL is the FQDN that external users request access to when attempting to access an application. The backend server URL is the FQDN of the internal resource where the application is available. In most scenarios, these URLs should be the same. If the FQDNs are different for external and internal requests, then URL translation must also be configured to ensure requests are redirected correctly. To enable URL translation, use the Set-WebApplicationProxyApplication cmdlet. SetWebApplicationProxyApplication –ID AppID -DisableTranslateUrlInRequestHeaders:$False
<a href=”//static.equizzing.com/wp-content/uploads/70-743-v4/Img28-46.jpg”><img class=”aligncenter size-full” src=”//static.equizzing.com/wp-content/uploads/70-743-v4/Img28-46.jpg” alt=”” /></a>



Leave a Reply 0

Your email address will not be published. Required fields are marked *