Skip to content

Commit 2e63908

Browse files
authored
Merge pull request MicrosoftDocs#3543 from MicrosoftDocs/main
Publish main to live, Wednesday 10:30AM publish, 7/5
2 parents 2d20fd6 + c647866 commit 2e63908

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

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

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

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

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

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)