We have a script to disable the macOS randomization, it’s been working prior to macOS 15.6. Since 15.6 it has not worked, it also does not work on the beta of Tahoe.
The script would hard code the MAC randomization to OFF, and set the default for all new networks to “NOT SET” which then becomes “OFF”.
Has anyone else experienced issues with MAC randomization on 15.6 or the Tahoe beta?
Is there a reason you’re using a script for this and not a configuration profile? Apple has made this a manageable setting in the Network payload of computer configuration profiles.
is this the one you are using?
sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.airport.preferences.plist PrivateMACAddressModeSystemSetting -int 1
Is there a reason you’re using a script for this and not a configuration profile? Apple has made this a manageable setting in the Network payload of computer configuration profiles.
This is the answer. Use a preconfigured profile. Done and done.
Is there a reason you’re using a script for this and not a configuration profile? Apple has made this a manageable setting in the Network payload of computer configuration profiles.
Yes, the goal is to limit the randomization on any network the macbooks join, new and currently saved. My understanding is the a configuration profile would only work on currently managed networks not new networks as well. The script is based off of
If you’re managing a Wi-Fi configuration via a Configuration Profile Network payload as
Just to jump on the bandwagon, we changed this to a Configuration Profile as well. More and more items are not manageable via script anymore. I don’t know if that is good or bad, it just is…
We use a config profile as well.
If you really want to disable MAC randomization globally, file Feedback and explain why it would be beneficial to your users or organization.
Given that MAC randomization is designed to enhance user privacy, I seriously doubt Apple will ever (re-)enable this.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.