Skip to content

Instantly share code, notes, and snippets.

@rtrouton
Created August 24, 2017 18:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtrouton/0d0c1ac22859dfc83c025a73b9b8d26e to your computer and use it in GitHub Desktop.
Save rtrouton/0d0c1ac22859dfc83c025a73b9b8d26e to your computer and use it in GitHub Desktop.
com.apple.profileRemovalPassword payload for a management profile
<dict>
<key>Description</key>
<string>Enter the password in the RemovalPassword key to remove this profile</string>
<key>PayloadType</key>
<string>com.apple.profileRemovalPassword</string>
<key>PayloadUUID</key>
<string>CA7AE3B9-9A50-4596-A2F5-EFDE48AD4431</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadEnabled</key>
<true/>
<key>RemovalPassword</key>
<string>PasswordGoesHere!</string>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment