Manually Creating a Configuration Profile
com.parallels.desktop.managedprefsCreate a configuration profile
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadType</key>
<string>com.parallels.desktop.managedprefs</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadIdentifier</key>
<string>com.company.parallels.desktop.settings</string>
<key>PayloadUUID</key>
<string>REPLACE-WITH-UNIQUE-UUID</string>
<key>PayloadDisplayName</key>
<string>Parallels Desktop Settings</string>
<!-- Parallels Desktop configuration keys go here -->
<key>ActivationExperience</key>
<string>SSO</string>
<key>SsoEmailDialogDescriptionText</key>
<string>Enter the SSO dialog description text here.</string>
<key>SsoEmailDialogHeaderText</key>
<string>Enter your header text (optional).</string>
<key>SsoEmailDialogLabelText</key>
<string>Customized label:</string>
</dict>
</array>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadIdentifier</key>
<string>com.company.parallels.desktop.profile</string>
<key>PayloadUUID</key>
<string>REPLACE-WITH-UNIQUE-UUID</string>
<key>PayloadDisplayName</key>
<string>Parallels Desktop Configuration</string>
</dict>
</plist>Recommendations
PreviousCreating and Editing a Configuration Profile in iMazingNextDeploying Parallels Desktop via MDM App Catalogs Using Configuration Profiles
Last updated