Disable Wireless Private MAC address in iPadOS

Solved

Hi,

We need to disable private mac address for our wireless profiles for iPadOS but I can't seem to find the setting.

May I know is this possible by SOTI? 

If I look at Wi-Fi MDM settings from apple, it seems that setting can be tuned.

Do I need to write a custom profile for it? 

Grateful if anyone can advise on the matter, thank you.

Thanks and Regards,

Lok

4 years ago
iOS
ANSWERS
RC
Raymond Chan Diamond Contributor
4 years ago (edited 4 years ago)

Just as any other new Apple device policies that are not yet available in the GUI of your version of MobiControl web-console, it is always possible to deploy the policy using a "Custom Profile" defined with a properly formatted XML file.

For "Disable Wifi MAC Randaomization" policy supported on iOS/iPadOS 14+ devices, I believe the key to be used in the XML file should be 

   DisableAssociationMACRandomization

and the value should be <true/>

Solution