I wish to configure Zoom’s setting by pushing the plist file to the gadget from MDM.
After pushing the personalized us.zoom.config.plist to my macOS gadget by means of MDM, I’m able to discover the plist file over /Library/Managed Preferences folder, however Zoom’s default habits doesn’t change in any respect.
I attempted to restart my machine, reinstall the Zoom app, push totally different plist content material, and none of those helped me to realize my aim. Would you let me know if I missed something?
I additionally embrace the plist content material under, please let me know if the format has any points. Thanks upfront.
<?xml model="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist model="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadDisplayName</key>
<string>us.zoom.config.plist</string>
<key>PayloadIdentifier</key>
<string>us.zoom.config.F9953132-51DD-405B-9989-595CEF531A17</string>
<key>PayloadType</key>
<string>us.zoom.config</string>
<key>PayloadUUID</key>
<string>F9953132-51DD-405B-9989-595CEF531A17</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>ZDisableVideo</key>
<true/>
<key>zDisableChat</key>
<true/>
<key>NoFacebook</key>
<true/>
<key>NoGoogle</key>
<true/>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>us.zoom.config.plist</string>
<key>PayloadIdentifier</key>
<string>Wills-Macbook-Professional.F7329566-3114-452D-AF7C-3F03D825745E</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>35B0FD44-754C-4162-86BB-51B34A78110s5</string>
<key>PayloadVersion</key>
<integer>2</integer>
</dict>
</plist>
You possibly can set up us.zoom.config.plist I hooked up above to /Library/Managed Preferences and watch in case your Zoom app received’t activate the digital camera mechanically, disable the chat perform, and disable FB/Google login.