Deploy Screenproof with Microsoft Intune
The PKG goes out as a line-of-business app; the managed preferences go out as a Custom template profile. Deploy the PKG first.
1. Deploy the PKG
- Apps â macOS â Add â app type Line-of-business app â upload
Screenproof-<version>.pkg(download the current build fromhttps://updates.screenproof.app/Screenproof-latest.pkg). - Set minimum OS: macOS 14. Assignment: Required, targeted at the device group.
- Intune's PKG installer runs
installer -pkg ... -target /; no special handling needed â the PKG is a single flat component package.
The PKG installs /Applications/Screenproof.app and /Library/LaunchAgents/app.screenproof.agent.plist (per-user agent, RunAtLoad â starts at each user's next login, not at boot). The installer is signed Developer ID Installer, team S65X5KY399, and notarized.
2. Deploy the managed-preferences profile
- Build your profile: start from
examples/managed-preferences.mobileconfigor the Profile Creator. - Devices â Configuration profiles â Create â macOS â Templates â Custom â upload the
.mobileconfig. - Assign to the same group.
Deploy the optional restrictions profile the same way. For the PPPC denylist, use Intune's Privacy Preferences Policy Control template â or a Custom payload upload if the built-in UI doesn't expose Deny.
3. Verify on a target Mac
Confirm the profile landed:
sudo /usr/libexec/mdmclient QueryInstalledProfiles # profile present
defaults read /Library/Managed\ Preferences/app.screenproof
Then confirm Screenproof sees it:
- Open Screenproof â Settings â Managed: the managed banner appears with your org's enforced values.
- In the Privacy / Export / License tabs, rows forced by the profile show lock icons and read "Managed by your organization".
- Open Policy Diagnostics: each forced key lists a MANAGED source.
Policy changes Screenproof reads managed keys at policy-resolution time â no daemon restart required in principle. Confirm in your trial deploy: change one key, re-push the profile, and check Policy Diagnostics picks up the new value without a relaunch.
Next steps
- Screen Recording permission â the one-time user approval MDM cannot skip, plus native-capture lockdown.
- Fleet licensing â add
LicenseKeyto the same profile. - Updates â silent Sparkle updates via three more keys.