Allowednonadminpackagefamilynamerules [RECOMMENDED]

In environments with managed or standard user accounts (no admin rights), you can still grant installation privileges for specific software families — e.g., com.company.* or org.openoffice.* .

Here’s a concise post suitable for a tech changelog, internal dev notice, or macOS management update: allowednonadminpackagefamilynamerules

This key allows you to define for packages that non-admin users are permitted to install without admin credentials on macOS. In environments with managed or standard user accounts

sudo defaults write /Library/Preferences/com.apple.installer allowednonadminpackagefamilynamerules -array "com.microsoft.*" "com.google.*" Users without admin rights can install packages whose bundle family name matches any rule in the array. The installer will not prompt for admin credentials for those packages. internal dev notice