Note: This question is part of a series of questions that use the same set of answer choices. Each
answer choice may be used once, more than once, or not at all.
Your network contains a single Active Directory domain. The domain contains a VPN server that supports all of
the VPN protocols.
From a computer that runs Windows 10 Pro, a user named User1 creates an SSTP VPN connection to a
network named VPN1.
User1 successfully connects to the VPN server. When User1 roams between different Wi-Fi access points, the
user loses the connection to the corporate network and must manually re- establish the VPN connection.
You need to ensure that VPN1 automatically maintains the connection while the user roams between Wi-Fi
access points.
What should you do?
A.
Click Turn on password protected sharing.
B.
Disable Network Discovery.
C.
Modify the Profile settings of an incoming firewall rule.
D.
Run the Add-VpnConnectionTriggerApplication cmdlet.
E.
Run the New-NetFirewallRule cmdlet and specify the- Direction Outbound parameter.
F.
Run the New-VpnConnection cmdlet.
G.
Run the Set-NetConnectionProfile cmdlet.
H.
Run the Set-VPNConnection cmdlet.
H
Agreed. H is the only one here that makes sense.
Set-VPNConnection -RememberCredential
I believe D is correct.
https://technet.microsoft.com/en-us/library/dn296460(v=wps.630).aspx
agree
If Windows 10 VPN automatically attempts to reconnect an active VPN, the option H would be correct.
If it doesn’t, option D would. I do believe that would ask the user for credentials again though, defeating the ‘automatically’-part.
Since logic dictates that -RememberCredential wouldn’t exist unless the client attempted to auto-reconnect, I’m going with H on this one.
Would be nice if someone could provide some certainty.
I’m agreeing with D because of the special parameter SSTP VPN
It is H, because the VPN protocol should be changed on computer from SSTP to IKEv2 . Then VPN Reconnect should be used.
Prove: https://technet.microsoft.com/en-us/library/dd637803(v=ws.10).aspx