Mac MDM Install

So I don’t know about Mosyle, but we deploy through Airwatch MDM. You need 2 or 3 files.

Remote Access-macos64-online.dmg
Remote Access-73423584.0.plist

Then a post-install script to start the remote access:

#!/bin/bash
cd /Applications/Remote\ Access.app/Contents/MacOS/
sudo ./osxwrapper

1 Like