You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/vpn-gateway/openvpn-azure-ad-client.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
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: 02/28/2020
9
+
ms.date: 04/07/2020
10
10
ms.author: alzam
11
11
12
12
---
@@ -227,6 +227,16 @@ You can modify the downloaded profile XML file and add the **\<excluderoutes>\<r
227
227
</azvpnprofile>
228
228
```
229
229
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
+
230
240
## Next steps
231
241
232
242
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