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.
You have mobile devices that run Windows 10 and have VPN connections to the VPN server.
You need to ensure that when users work remotely and connect to the VPN, only traffic for the corporate
network is sent through the VPN server.
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.
Explanation:
https://technet.microsoft.com/itpro/powershell/windows/vpnclient/set-vpnconnection
H) is Correct.
Set-VPNConnection -SplitTunneling
“Indicates whether the cmdlet enables split tunneling for the VPN connection profile. When you enable split tunneling, traffic to destinations outside the intranet does not flow through the VPN tunnel. Specify a value of $True to enable split tunneling.”