ByHost Preference Name Scheme Changes
By now you have probably noticed that the naming scheme for ByHost preferences has changed in Leopard. The files no longer have a MAC address in them, but rather some UUID of mysterious origin.All in all this was done to give Macs a far more unique identifier than just the MAC address. For those of you that are still using login scripts to fix ByHost prefs though it can be a pain. Luckily this UUID is stored in the IO registry and is easy to find.
ioreg -rd1 -c IOPlatformExpertDevice | grep -E '(UUID)'Is all you need to pull the UUID from the system so you can use it in a script.
All that said the best way to manage ByHost preferences is still with MCX policy!
