Skip to content

Commit 16f93b5

Browse files
authored
Merge pull request #110568 from anzaman/patch-9
Updated FAQ with command line option
2 parents dbfa439 + d97c619 commit 16f93b5

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

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

Lines changed: 11 additions & 1 deletion
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: 02/28/2020
9+
ms.date: 04/07/2020
1010
ms.author: alzam
1111

1212
---
@@ -227,6 +227,16 @@ You can modify the downloaded profile XML file and add the **\<excluderoutes>\<r
227227
</azvpnprofile>
228228
```
229229

230+
### Can I import the profile from a command line prompt?
231+
232+
You can import the profile from a command line prompt by placing the downloaded **azurevpnconfig.xml** file in the **%userprofile%\AppData\Local\Packages\Microsoft.AzureVpn_8wekyb3d8bbwe\LocalState** folder and running the following command:
233+
234+
```
235+
azurevpn -i azurevpnconfig.xml
236+
```
237+
to force the import use the **-f** switch as well
238+
239+
230240
## Next steps
231241

232242
For more information, see [Create an Azure Active Directory tenant for P2S Open VPN connections that use Azure AD authentication](openvpn-azure-ad-tenant.md).

0 commit comments

Comments
 (0)