Andriod WiFi Pre-Shared Key Personally Owned Work Profile Deployment Error

IBeTheBot 0 Reputation points
2023-04-25T18:38:06.0066667+00:00

Trying to push a WiFi settings to Android devices (no issue with IOS ) to utilize our BYOD network and I am getting an error.
Error Code: -2016281112 Platform: Android Enterprise Profile Type: Personally-Owned Work Profile (Custom) OMA-URI: ./Vendor/MSFT/WiFi/Profile/"SSID NAME"/Settings "SSID NAME" is located here without the quotes Microsoft Article I am using is: https://learn.microsoft.com/en-us/mem/intune/configuration/wi-fi-profile-shared-key Value:

<WLANProfile xmlns="http://www.microsoft.com/networking/WLAN/profile/v1">
	<name><"SSID NAME"></name>
	<SSIDConfig>
		<SSID>
			<hex>"SSID NAME IN HEX"</hex>
			<name><"SSID NAME"></name>
		</SSID>
	<nonBroadcast>true</nonBroadcast>
	</SSIDConfig>
	<connectionType>ESS</connectionType>
	<connectionMode>auto</connectionMode>
	<autoSwitch>false</autoSwitch>
	<MSM>
		<security>
			<authEncryption>
				<authentication><WPA2PSK></authentication>
				<encryption><AES></encryption>
				<useOneX>false</useOneX>
			</authEncryption>
			<sharedKey>
				<keyType>passPhrase</keyType>
				<protected>false</protected>
				<keyMaterial>"Random Password"</keyMaterial>
			</sharedKey>
			<keyIndex>0</keyIndex>
		</security>
	</MSM>
</WLANProfile>

Thoughts?

Microsoft Intune Android
Microsoft Intune Android
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Android: An open-source mobile platform based on the Linux kernel, developed by Google, and maintained by the Open Handset Alliance.
242 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,468 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. IBeTheBot 0 Reputation points
    2023-04-25T18:43:09.1466667+00:00

    I apologize ahead of time for the lack of commas in my previous message. It seems that the formatting was not as intended, with information separated by lines instead of commas.

    0 comments No comments

  2. IBeTheBot 0 Reputation points
    2023-04-25T21:07:35.4566667+00:00

    This issue has been resolved, if anyone has any questions feel free to reach out.