diff --git a/docset/winserver2012-ps/vpnclient/Add-VpnConnection.md b/docset/winserver2012-ps/vpnclient/Add-VpnConnection.md index 2bc3606f39..bbbee7fd18 100644 --- a/docset/winserver2012-ps/vpnclient/Add-VpnConnection.md +++ b/docset/winserver2012-ps/vpnclient/Add-VpnConnection.md @@ -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 ``` diff --git a/docset/winserver2012r2-ps/vpnclient/Add-VpnConnection.md b/docset/winserver2012r2-ps/vpnclient/Add-VpnConnection.md index 7783147379..0699f0f1ef 100644 --- a/docset/winserver2012r2-ps/vpnclient/Add-VpnConnection.md +++ b/docset/winserver2012r2-ps/vpnclient/Add-VpnConnection.md @@ -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 ``` diff --git a/docset/winserver2016-ps/vpnclient/Add-VpnConnection.md b/docset/winserver2016-ps/vpnclient/Add-VpnConnection.md index 53d7f76d5e..0e8ad6f602 100644 --- a/docset/winserver2016-ps/vpnclient/Add-VpnConnection.md +++ b/docset/winserver2016-ps/vpnclient/Add-VpnConnection.md @@ -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 ``` diff --git a/docset/winserver2019-ps/vpnclient/Add-VpnConnection.md b/docset/winserver2019-ps/vpnclient/Add-VpnConnection.md index 26b8c7611f..d6813a2154 100644 --- a/docset/winserver2019-ps/vpnclient/Add-VpnConnection.md +++ b/docset/winserver2019-ps/vpnclient/Add-VpnConnection.md @@ -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 ``` diff --git a/docset/winserver2022-ps/vpnclient/Add-VpnConnection.md b/docset/winserver2022-ps/vpnclient/Add-VpnConnection.md index 11b4853490..f94b420cce 100644 --- a/docset/winserver2022-ps/vpnclient/Add-VpnConnection.md +++ b/docset/winserver2022-ps/vpnclient/Add-VpnConnection.md @@ -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 ```