Skip to content

Commit f30dfb5

Browse files
authored
Merge pull request #174894 from v-dalc/wififlag
ASE Mini R: [Update] Export Wi-Fi profiles (wififlag)
2 parents 98fe40b + 2e518bc commit f30dfb5

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/databox-online/azure-stack-edge-mini-r-use-wifi-profiles.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Use Wi-Fi profiles with Azure Stack Edge Mini R devices
33
description: Describes how to create Wi-Fi profiles for Azure Stack Edge Mini R devices on high-security enterprise networks and personal networks.
44
services: databox
5-
author: v-dalc@microsoft.com
5+
author: v-dalc
66

77
ms.service: databox
88
ms.subservice: edge
99
ms.topic: article
10-
ms.date: 03/24/2021
10+
ms.date: 10/07/2021
1111
ms.author: alkohli
1212
#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.
1313
---
@@ -94,6 +94,8 @@ In a high-security enterprise environment, you may be able to use an existing wi
9494

9595
To export a profile for the Wi-Fi interface on your computer, do these steps:
9696

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+
9799
1. To see the wireless profiles on your computer, on the **Start** menu, open **Command prompt** (cmd.exe), and enter this command:
98100

99101
`netsh wlan show profiles`
@@ -117,14 +119,14 @@ To export a profile for the Wi-Fi interface on your computer, do these steps:
117119
All User Profile : Boat
118120
```
119121

120-
2. To export a profile, enter the following command:
122+
1. To export a profile, enter the following command:
121123

122-
`netsh wlan export profile name=”<profileName>” folder=”<path>\<profileName>"`
124+
`netsh wlan export profile name=”<profileName>” folder=”<path>\<profileName>" key=clear`
123125

124126
For example, the following command saves the ContosoFTINET profile in XML format to the Downloads folder for the user named `gusp`.
125127

126128
```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
128130
129131
Interface profile "ContosoFTINET" is saved in file "c:Downloads\ContosoFTINET.xml" successfully.
130132
```

0 commit comments

Comments
 (0)