Welcome
Welcome aboard the MDM App Deployment section at Perimeter 81's Help Center!
This guide offers you a sneak peek into this category and the must-visit resources.
The deployment process of Perimeter 81 varies depending on your MDM (Mobile Device Management) provider and is done utilizing a public app deployment process.
If you are managing the Perimeter 81 client deployment using MDM you should disable the Update client functions in the Perimeter 81 Web Console to prevent looping client installation issues.
Must-Visit Resources
- Download the Perimeter 81 agent
- MDM deployment with SWG
- Using SCCM? Click here.
- deployment guides for common MDM providers
Recommendations
.msi installation flags:
Silent Installation:
- msiexec /quiet /i Perimeter81_x.x.x.xxx.msi
Silent Installation and get the installation status back to the deployment service:
- start /wait msiexec /quiet /i “Perimeter81_x.x.x.xxx.msi"
- echo %errorlevel%
Uninstallation:
- msiexec /x "Perimeter81_x.x.x.xxx.msi"
- msiexec /i "Perimeter81_x.x.x.xxx.msi" /quiet WORKSPACE="workspace_name"
.pkg installation flags:
Silent Installation:
- $ sudo installer -pkg Perimeter81_x.x.x.xxx.pkg -target /
- $ sudo chown -R $(stat -f%Su /dev/console) "/Applications/Perimeter 81.app"
- $ chmod -R u=rwx "/Applications/Perimeter 81.app"
Pre-populate the workspace (Replace "workspace_name" with your actual workspace) -Agent version 8.0.4.116+
- $ sudo defaults write com.perimeter81d workspace workspace_name
Remove pre-populated workspace - Agent version 8.0.4.116+
- $ sudo defaults delete com.perimeter81d workspace
Uninstall script download link: Uninstall Script for MacOS
SWG Support For macOS
- If your tenant is using Perimeter 81's Web Security (SWG) offering, deployments of the SWG-Enabled agents should be applied with your Customer Success Engineer.
- Full MDM support for SWG on macOS is coming soon.
Jumpstart Your Journey
If you're just stepping into the world of Perimeter 81, our Getting Started Guide is the perfect starting point.
Support at Your Fingertips
Got questions or need help? Our support team is available round the clock. You can chat with us anytime on our website, or drop us an email at [email protected]