From 34c9d17986d862288600b23e0d40c74bd85756c3 Mon Sep 17 00:00:00 2001 From: galex505 <173912747+galex505@users.noreply.github.com> Date: Tue, 6 Aug 2024 11:09:04 +0200 Subject: [PATCH] chore: add link to PPPC utility to create MDM config --- appendix/mdm-fulldiskaccess.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appendix/mdm-fulldiskaccess.rst b/appendix/mdm-fulldiskaccess.rst index 2ccd37d..59d594e 100644 --- a/appendix/mdm-fulldiskaccess.rst +++ b/appendix/mdm-fulldiskaccess.rst @@ -24,4 +24,6 @@ You have to copy the output, starting from ``identifier`` in your MDM profile in MacBook-Pro:~ nextron$ /usr/libexec/PlistBuddy -c "print" /Library/Application Support/com.apple.TCC/MDMOverrides.plist -For further support, please take a look in the manuals of your MDM provider. \ No newline at end of file +You can create the mobileconfig file by using the PPPC utility from JAMF: https://github.com/jamf/PPPC-Utility + +For further support, please take a look in the manuals of your MDM provider.