Allowednonadminpackagefamilynamerules ((exclusive)) -

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

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.* . allowednonadminpackagefamilynamerules

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. Here’s a concise post suitable for a tech

allowednonadminpackagefamilynamerules