I've been looking, but most resources indicate that there is not a good, known, up-to-date, list of available 'defaults write' commands. I can sometimes find what I'm looking for, but often not.
Generally speaking, MDM tools, even enhanced with utilities like iMazing Profile Editor, are still unable to push a growing number of settings we need to push, leaving us to manually configure systems in education settings. For example, the vast majority of our younger students are absolutely unable to use Apple's newer trackpads in any meaningful way as they come configured. The older trackpads sure (I mean, way back when they had an actual button), but nothing since. We have to go into every younger student's laptop and manually turn off just about every setting in order to make them usable (not cool Apple, NOT cool. That needs a single button option, like "Simple mode" and "Normal mode" or something, that can be pushed by a MDM.) A lot of that is issues with the tap to click, right click, etc.
So, as an example, I'm trying to find every trackpad and mouse setting that I can push with something like: "defaults -currentHost write -globalDomain com.apple.mouse.tapBehavior -int 0" (then I'll have to find out if I can even push terminal commands to M-series Macs, but that's another whole issue.)
Generally speaking, MDM tools, even enhanced with utilities like iMazing Profile Editor, are still unable to push a growing number of settings we need to push, leaving us to manually configure systems in education settings. For example, the vast majority of our younger students are absolutely unable to use Apple's newer trackpads in any meaningful way as they come configured. The older trackpads sure (I mean, way back when they had an actual button), but nothing since. We have to go into every younger student's laptop and manually turn off just about every setting in order to make them usable (not cool Apple, NOT cool. That needs a single button option, like "Simple mode" and "Normal mode" or something, that can be pushed by a MDM.) A lot of that is issues with the tap to click, right click, etc.
So, as an example, I'm trying to find every trackpad and mouse setting that I can push with something like: "defaults -currentHost write -globalDomain com.apple.mouse.tapBehavior -int 0" (then I'll have to find out if I can even push terminal commands to M-series Macs, but that's another whole issue.)