Windows Server 2016を実行するServer1という名前のサーバーがあります。Server1にはWebアプリケーションプロキシ役割サービスがインストールされています。 Webアプリケーションプロキシを使用してApp1という名前のアプリケーションを公開します。 ユーザーがリモートで作業しているときにApp1への接続に使用するURLを変更する必要があります。 どのコマンドを実行しますか? 回答するには、回答領域で適切なオプションを選択します。
正解:
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 of preauthentication 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