File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ author: anzaman
6
6
7
7
ms.service : vpn-gateway
8
8
ms.topic : conceptual
9
- ms.date : 11/13/2019
9
+ ms.date : 01/03/2020
10
10
ms.author : alzam
11
11
12
12
---
@@ -91,7 +91,7 @@ Use the steps in [this article](../active-directory/fundamentals/add-users-azure
91
91
```azurepowershell-interactive
92
92
$gw = Get-AzVirtualNetworkGateway -Name <name of VPN gateway> -ResourceGroupName <Resource group>
93
93
Set-AzVirtualNetworkGateway -VirtualNetworkGateway $gw -VpnClientRootCertificates @()
94
- Set-AzVirtualNetworkGateway -VirtualNetworkGateway $gw -AadTenantUri "https://login.microsoftonline.com/<your Directory ID>" -AadAudienceId "41b23e61-6c1e-4545-b367-cd054e0ed4b4" -AadIssuerUri "https://sts.windows.net/<your Directory ID>/" -VpnClientAddressPool 192.168.0.0/24
94
+ Set-AzVirtualNetworkGateway -VirtualNetworkGateway $gw -AadTenantUri "https://login.microsoftonline.com/<your Directory ID>" -AadAudienceId "41b23e61-6c1e-4545-b367-cd054e0ed4b4" -AadIssuerUri "https://sts.windows.net/<your Directory ID>/" -VpnClientAddressPool 192.168.0.0/24 -VpnClientProtocol OpenVPN
95
95
```
96
96
97
97
9. Create and download the profile by running the following commands. Change the -ResourceGroupName and -Name values to match your own.
You can’t perform that action at this time.
0 commit comments