Skip to content

Commit d74d61e

Browse files
authored
Merge pull request #17977 from MicrosoftDocs/main
[AutoPublish] main to live - 05/28 22:31 PDT | 05/29 11:01 IST
2 parents fe31c05 + 5ac8f8f commit d74d61e

File tree

2 files changed

+20
-10
lines changed

2 files changed

+20
-10
lines changed

intune/intune-service/configuration/settings-catalog-android.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ This feature applies to:
5151

5252
#### Device Password
5353

54+
> [!NOTE]
55+
>
56+
> - Users on fully managed, and corporate-owned work profile devices are not prompted to set a password. The settings are required, but users might not be notified. Users need to set the password manually. The policy reports as failed until the user sets a password that meets your requirements.
57+
>
58+
> To apply the device password settings during device enrollment, assign the device restriction profile to users, not devices. During enrollment, users are asked to set a screen lock. Then, they must choose a device password that meets all the requirements in this device restriction profile.
59+
> - On dedicated devices, if the device is set up with single or multi-app kiosk mode, then users are prompted to set a password. Screens force and guide users to create a compliant password before they can continue using the device.
60+
> - On dedicated devices that are not using kiosk mode, users are not notified of any password requirement. Users need to set the password manually. The policy reports as failed until the user sets a password that meets your requirements.
61+
5462
**Required password type**: Set the password's complexity requirements. Additional password requirements become available based on your selection.
5563

5664
This feature applies to:
@@ -267,7 +275,7 @@ This feature applies to:
267275

268276
- Android Open Source Project (AOSP) corporate-owned user-associated devices (single user)
269277

270-
**Disable Bluetooth**: If 'True', disables Bluetooth on the device so that users can't pair with other devices. If 'False', Intune doesn't change or update this setting. By default, the OS might enable Bluetooth on the device.
278+
**Block Bluetooth**: If 'True', disables Bluetooth on the device so that users can't pair with other devices. If 'False', Intune doesn't change or update this setting. By default, the OS might enable Bluetooth on the device.
271279

272280
This feature applies to:
273281

@@ -297,4 +305,4 @@ This feature applies to:
297305

298306
- Android Open Source Project (AOSP) corporate-owned userless devices (shared)
299307

300-
- Android Open Source Project (AOSP) corporate-owned user-associated devices (single user)
308+
- Android Open Source Project (AOSP) corporate-owned user-associated devices (single user)

intune/intune-service/configuration/wi-fi-profile-shared-key.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
# required metadata
33

4-
title: Create WiFi profile with preshared key in Microsoft Intune
4+
title: Create Wi-Fi profile with preshared key in Microsoft Intune
55
description: Use a custom profile to create a Wi-Fi profile with a preshared key (PSK), and get sample XML code for Android, Android Enterprise, Windows, and EAP-based Wi-Fi profiles in Microsoft Intune.
66
keywords:
77
author: MandiOhlinger
88
ms.author: mandia
99
manager: dougeby
10-
ms.date: 02/19/2025
10+
ms.date: 05/28/2025
1111
ms.topic: how-to
1212
ms.service: microsoft-intune
1313
ms.subservice: configuration
@@ -30,7 +30,7 @@ ms.collection:
3030
- M365-identity-device-management
3131
---
3232

33-
# Use a custom device profile to create a WiFi profile with a preshared key using Intune
33+
# Use a custom device profile to create a Wi-Fi profile with a preshared key using Intune
3434

3535
[!INCLUDE [android_device_administrator_support](../includes/android-device-administrator-support.md)]
3636

@@ -87,19 +87,20 @@ This article shows you how to create the policy in Intune, and includes an XML e
8787
2. **Description**: Enter a description for the OMA-URI setting. This setting is optional, but recommended.
8888
3. **OMA-URI**: Enter one of the following options:
8989

90-
- **For Android**: `./Vendor/MSFT/WiFi/Profile/SSID/Settings`
91-
- **For Windows**: `./Vendor/MSFT/WiFi/Profile/SSID/WlanXml`
90+
- **For Android**: `./Vendor/MSFT/WiFi/Profile/{SSID}/Settings`
91+
- **For Windows**: `./Vendor/MSFT/WiFi/Profile/{SSID}/WlanXml`
9292

9393
> [!NOTE]
9494
>
9595
> - Be sure to include the period character at the beginning of the OMA-URI value.
9696
> - If the SSID has a space, then add an escape space `%20`.
9797
98-
SSID (Service Set Identifier) is your Wi-Fi network name that you're creating the policy for. For example, if the Wi-Fi is named `Hotspot-1`, enter `./Vendor/MSFT/WiFi/Profile/Hotspot-1/Settings`. If the Wi-Fi is named `Contoso WiFi`, enter `./Vendor/MSFT/WiFi/Profile/Contoso%20WiFi/Settings` (with the `%20` escape space).
98+
SSID (Service Set Identifier) is your Wi-Fi network name that you're creating the policy for. This value is typically the friendly name that users see in their internet connection list. It's possible this friendly name is different than the actual SSID value of your Wi-Fi network. Be sure to enter the friendly name. If you export an existing Intune Wi-Fi profile to XML, the friendly name is listed in `<name>` in `<WLANProfile> <name>`.
99+
100+
For example, if the Wi-Fi is named `Hotspot-1`, enter `./Vendor/MSFT/WiFi/Profile/Hotspot-1/Settings`. If the Wi-Fi is named `Contoso WiFi`, enter `./Vendor/MSFT/WiFi/Profile/Contoso%20WiFi/Settings` (with the `%20` escape space).
99101

100102
4. **Data Type**: Select **String**.
101-
102-
5. **Value**: Paste your XML code. See the [Wi-Fi examples](#android-or-windows-wi-fi-profile-example) in this article. Update each value to match your network settings. The comments section of the code includes some pointers.
103+
5. **Value**: Paste your XML code. See the [Wi-Fi examples](#android-or-windows-wi-fi-profile-example) in this article or the [WiFi CSP examples](/windows/client-management/mdm/wifi-csp#examples), which are based on the [wireless profile samples](/windows/win32/nativewifi/wireless-profile-samples). Update each value to match your network settings. The comments section of the code includes some pointers.
103104
6. Select **Add** to save your changes.
104105

105106
8. Select **Next**.
@@ -297,3 +298,4 @@ After you have the XML file, copy and paste the XML syntax into OMA-URI settings
297298
## Resources
298299

299300
- Be sure to [assign the profile](device-profile-assign.md), and [monitor](device-profile-monitor.md) its status.
301+
- For more information on EAP in general, see [Extensible Authentication Protocol (EAP) for network access](/windows-server/networking/technologies/extensible-authentication-protocol/network-access)

0 commit comments

Comments
 (0)