Skip to content

Commit f2ed190

Browse files
authored
Merge pull request #100113 from anzaman/patch-5
Added a parameter
2 parents 8ed4a8c + 0119347 commit f2ed190

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/vpn-gateway/openvpn-azure-ad-tenant.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: anzaman
66

77
ms.service: vpn-gateway
88
ms.topic: conceptual
9-
ms.date: 11/13/2019
9+
ms.date: 01/03/2020
1010
ms.author: alzam
1111

1212
---
@@ -91,7 +91,7 @@ Use the steps in [this article](../active-directory/fundamentals/add-users-azure
9191
```azurepowershell-interactive
9292
$gw = Get-AzVirtualNetworkGateway -Name <name of VPN gateway> -ResourceGroupName <Resource group>
9393
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
9595
```
9696
9797
9. Create and download the profile by running the following commands. Change the -ResourceGroupName and -Name values to match your own.

0 commit comments

Comments
 (0)