@kwoodard This script looks great! Two questions- I'm only trying to use
Jamf Remote, not the Apple RD client, does this script still apply? If
yes, then how would I go about adding two or more admins to the remote
desktop permitted group? Do I defin...
Thanks for the feedback. I'm seeing us.zoom.xos.plist as the right file
to tweak. Also, One more we may want to touch up?
~/Library/Preferences/us.zoom.ringcentral.plist I imagine this may have
the same "video on" default?
Work in progress. #!/bin/bash # For all users on the machine defaults
write ~/Library/Preferences/us.zoom.xos.plist ZDisableVideo 1 defaults
write ~/Library/Preferences/us.zoom.ringcentral.plist ZDisableVideo 1
#Kill Zoom Opener Apps pkill "ZoomOpene...