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: intune/intune-service/configuration/settings-catalog-android.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,14 @@ This feature applies to:
51
51
52
52
#### Device Password
53
53
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
+
54
62
**Required password type**: Set the password's complexity requirements. Additional password requirements become available based on your selection.
**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.
271
279
272
280
This feature applies to:
273
281
@@ -297,4 +305,4 @@ This feature applies to:
297
305
298
306
- Android Open Source Project (AOSP) corporate-owned userless devices (shared)
Copy file name to clipboardExpand all lines: intune/intune-service/configuration/wi-fi-profile-shared-key.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
# required metadata
3
3
4
-
title: Create WiFi profile with preshared key in Microsoft Intune
4
+
title: Create Wi-Fi profile with preshared key in Microsoft Intune
5
5
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.
6
6
keywords:
7
7
author: MandiOhlinger
8
8
ms.author: mandia
9
9
manager: dougeby
10
-
ms.date: 02/19/2025
10
+
ms.date: 05/28/2025
11
11
ms.topic: how-to
12
12
ms.service: microsoft-intune
13
13
ms.subservice: configuration
@@ -30,7 +30,7 @@ ms.collection:
30
30
- M365-identity-device-management
31
31
---
32
32
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
> - Be sure to include the period character at the beginning of the OMA-URI value.
96
96
> - If the SSID has a space, then add an escape space `%20`.
97
97
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).
99
101
100
102
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.
103
104
6. Select **Add** to save your changes.
104
105
105
106
8. Select **Next**.
@@ -297,3 +298,4 @@ After you have the XML file, copy and paste the XML syntax into OMA-URI settings
297
298
## Resources
298
299
299
300
- 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