Category filter
Configuration profile to skip iCloud setup for new users on macOS devices
The Setup Assistant is a built-in utility in macOS that guides users through the process of setting up a new Mac or creating a new user account, including tasks such as network setup, iCloud setup, and data transfer. However, admins may prefer not to setup iCloud on devices due to concerns about data security and privacy. Using Hexnode’s Custom Configuration feature, you can disable iCloud Setup Assistant window and avoid the hassle of users configuring iCloud.
Disable iCloud setup
On deploying this configuration profile, the iCloud Setup Assistant screen is disabled and does not show up when the user is logging in to their user account for the first time.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
<?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>SkipCloudSetup</key> <true/> <key>PayloadIdentifier</key> <string>com.apple.SetupAssistant.managed.BF960F1E-6DB2-4D4A-9957-D3ECE2C49CE1</string> <key>PayloadType</key> <string>com.apple.SetupAssistant.managed</string> <key>PayloadUUID</key> <string>BF960F1E-6DB2-4D4A-9957-D3ECE2C49CE1</string> <key>PayloadVersion</key> <integer>1</integer> </dict> </array> <key>PayloadIdentifier</key> <string>MacBook.3BE6F4AD-650C-49B7-882C-40EED4D9B90F</string> <key>PayloadType</key> <string>Configuration</string> <key>PayloadUUID</key> <string>D7009B83-9B15-4AFB-9BA4-8318B13777CC</string> <key>PayloadVersion</key> <integer>1</integer> <key>PayloadDescription</key> <string>Skips the iCloud Setup pop-up window</string> <key>PayloadDisplayName</key> <string>Skip iCloud Setup</string> </dict> </plist> |
Distribute custom configuration profiles
- Log in to the Hexnode console.
- Navigate to Policies > New Policy.
- Provide a policy name and description (optional).
- Go to macOS > Deploy Custom Configuration > Configure > Choose File.
- Choose and upload the custom configuration profile from the device. If the file is already uploaded, you may select it from the list.
- Click OK.
- Navigate to Policy Targets.
- Select devices/device groups/users/user groups/domains to associate the policy. Click OK.
- Click Save.