Apple Configuration Profile Reference

Configuration Profile Reference

There’s a lot of stuff you can do automagically.

<plist>
<dict>
  <key>PayloadContent<key>
  <array>
    <dict>
      <key>PayloadType</key>
      <string>com.apple.wifi.managed</string>
      <key>PayloadVersion</key>
      <string>1</string>
    </dict>
    <dict>
      <key>PayloadType</key>
      <string>com.apple.wifi.managed</string>
      <key>PayloadVersion</key>
      <string>1</string>
      ...
    </dict>
  </array>

  <key>PayloadDescription</key>
  <string>Conform your Apple product to Example Corporation</string>

  <key>PayloadDisplayName</key>
  <string>Example Corporation Configuration</string>

  <key>PayloadIdentifier</key>
  <string>com.example.macos</string>

  <key>PayloadOrganization</key>
  <string>Example Corporation</string>

  <key>PayloadUUID</key>
  <string>12345678-90ab-cdef-1234-567890abcdef</string>
<!--
  <key>PayloadRemovalDisallowed</key>
  <false/>
-->
  <key>PayloadType</key>
  <string>Configuration</string>

  <key>PayloadVersion</key>
  <integer>1</integer>
<!--
  <key>PayloadScope</key>
  <string>System</string>

  <key>RemovalDate</key>
  <date>2018-03-08T12:00:00Z</date>

  <key>ConsentText</key>
  <dict>
    <key>en</key>
    <string>English</string>
    <key>jp</key>
    <string>日本語</string>
    <key>no</key>
    <string>Norsk</string>
  </dict>
-->
</dict>
</plist>

 

Leave a Reply

Your email address will not be published. Required fields are marked *