Skip to content

Commit 69da783

Browse files
authored
Fixed some information
1 parent 22940e6 commit 69da783

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/vpn-gateway/vpn-gateway-howto-always-on-device-tunnel.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: cherylmc
77

88
ms.service: vpn-gateway
99
ms.topic: conceptual
10-
ms.date: 10/02/2019
10+
ms.date: 12/11/2019
1111
ms.author: cherylmc
1212

1313
---
@@ -33,7 +33,7 @@ Configure the VPN gateway to use IKEv2 and certificate-based authentication usin
3333

3434
The following requirements must be met in order to successfully establish a device tunnel:
3535

36-
* The device must be a domain joined computer running Windows 10 Enterprise or Education version 1709 or later.
36+
* The device must be a domain joined computer running Windows 10 Enterprise or Education version 1809 or later.
3737
* The tunnel is only configurable for the Windows built-in VPN solution and is established using IKEv2 with computer certificate authentication.
3838
* Only one device tunnel can be configured per device.
3939

@@ -135,15 +135,15 @@ After you have configured the virtual network gateway and installed the client c
135135
1. From an Admin CMD prompt, launch PowerShell by running:
136136

137137
```
138-
C:\PsTools\PsExec.exe Powershell for 32-bit Windows
139-
C:\PsTools\PsExec64.exe Powershell for 64-bit Windows
138+
PsExec.exe Powershell for 32-bit Windows
139+
PsExec64.exe Powershell for 64-bit Windows
140140
```
141141

142142
![powershell](./media/vpn-gateway-howto-always-on-device-tunnel/powershell.png)
143143
1. In PowerShell, switch to the folder where **devicecert.ps1** and **VPNProfile.xml** are located, and run the following command:
144144

145145
```powershell
146-
C:\> .\devicecert.ps1 .\VPNProfile.xml MachineCertTest
146+
.\devicecert.ps1 .\VPNProfile.xml MachineCertTest
147147
```
148148

149149
![MachineCertTest](./media/vpn-gateway-howto-always-on-device-tunnel/machinecerttest.png)

0 commit comments

Comments
 (0)