2
2
title : Use Wi-Fi profiles with Azure Stack Edge Mini R devices
3
3
description : Describes how to create Wi-Fi profiles for Azure Stack Edge Mini R devices on high-security enterprise networks and personal networks.
4
4
services : databox
5
- author : v-dalc@microsoft.com
5
+ author : v-dalc
6
6
7
7
ms.service : databox
8
8
ms.subservice : edge
9
9
ms.topic : article
10
- ms.date : 03/24 /2021
10
+ ms.date : 10/07 /2021
11
11
ms.author : alkohli
12
12
# Customer intent: As an IT pro or network administrator, I need to give users secure wireless access to their Azure Stack Edge Mini R devices.
13
13
---
@@ -94,6 +94,8 @@ In a high-security enterprise environment, you may be able to use an existing wi
94
94
95
95
To export a profile for the Wi-Fi interface on your computer, do these steps:
96
96
97
+ 1 . Make sure the computer you'll use to export the wireless profile can connect to the Wi-Fi network that your device will use.
98
+
97
99
1 . To see the wireless profiles on your computer, on the ** Start** menu, open ** Command prompt** (cmd.exe), and enter this command:
98
100
99
101
` netsh wlan show profiles `
@@ -117,14 +119,14 @@ To export a profile for the Wi-Fi interface on your computer, do these steps:
117
119
All User Profile : Boat
118
120
```
119
121
120
- 2 . To export a profile, enter the following command:
122
+ 1 . To export a profile, enter the following command:
121
123
122
- ` netsh wlan export profile name=”<profileName>” folder=”<path>\<profileName>" `
124
+ ` netsh wlan export profile name=”<profileName>” folder=”<path>\<profileName>" key=clear `
123
125
124
126
For example, the following command saves the ContosoFTINET profile in XML format to the Downloads folder for the user named ` gusp ` .
125
127
126
128
``` dos
127
- C:\Users\gusp>netsh wlan export profile name="ContosoFTINET" folder=c:Downloads
129
+ C:\Users\gusp>netsh wlan export profile name="ContosoFTINET" folder=c:Downloads key=clear
128
130
129
131
Interface profile "ContosoFTINET" is saved in file "c:Downloads\ContosoFTINET.xml" successfully.
130
132
```
0 commit comments