Skip to content

Commit

Permalink
Merge pull request #3543 from MicrosoftDocs/main
Browse files Browse the repository at this point in the history
Publish main to live, Wednesday 10:30AM publish, 7/5
  • Loading branch information
Stacyrch140 committed Jul 5, 2023
2 parents 2d20fd6 + c647866 commit 2e63908
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docset/winserver2012-ps/vpnclient/Add-VpnConnection.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ For more information about custom EAP authentication methods, see the **New-EapC

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

Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2012r2-ps/vpnclient/Add-VpnConnection.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ For more information about custom EAP authentication methods, see the **New-EapC

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

Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2016-ps/vpnclient/Add-VpnConnection.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ For more information about custom EAP authentication methods, see the **New-EapC

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

Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2019-ps/vpnclient/Add-VpnConnection.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ For more information about custom EAP authentication methods, see the **New-EapC

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

Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2022-ps/vpnclient/Add-VpnConnection.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ For more information about custom EAP authentication methods, see the **New-EapC

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

Expand Down

0 comments on commit 2e63908

Please sign in to comment.