Skip to content

Commit 8f4065c

Browse files
authored
Update Add-VpnConnection.md
1 parent 4312736 commit 8f4065c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docset/winserver2012r2-ps/vpnclient/Add-VpnConnection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ For more information about custom EAP authentication methods, see the **New-EapC
152152

153153
### Example 5: Add a VPN connection that uses already generated EAP XML configuration
154154
```powershell
155-
PS C:\> $EAPXml = [xml]Get-Content -Path C:\eap-config.xml
155+
PS C:\> $EAPXml = Get-Content -Path C:\eap-config.xml
156156
PS C:\> Add-VpnConnection -Name "Test6" -ServerAddress "10.1.1.1" -TunnelType "L2tp" -EncryptionLevel "Required" -AuthenticationMethod Eap -SplitTunneling -AllUserConnection -RememberCredential -EapConfigXmlStream $EAPXml
157157
```
158158

0 commit comments

Comments
 (0)