mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Remove duplicate DEP profile example (#18114)
- Remove duplicate - Add redirect so the example profile can move later w/o breaking links - Update links
This commit is contained in:
parent
08e72db93a
commit
65ab7a896d
4 changed files with 4 additions and 20 deletions
|
|
@ -273,7 +273,7 @@ To customize the macOS Setup Assistant, we will do the following steps:
|
|||
|
||||
### Step 1: create an automatic enrollment profile
|
||||
|
||||
1. Download Fleet's example automatic enrollment profile by navigating to the example [here on GitHub](https://github.com/fleetdm/fleet/blob/main/it-and-security/lib/automatic-enrollment.dep.json) and clicking the download icon.
|
||||
1. Download Fleet's example automatic enrollment profile by navigating to the example [here](fleetdm.com/example-dep-profile) and clicking the download icon.
|
||||
|
||||
2. Open the automatic enrollment profile and replace the `profile_name` key with your organization's name.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,18 +0,0 @@
|
|||
{
|
||||
"profile_name": "Fleet Device Management Inc.",
|
||||
"allow_pairing": true,
|
||||
"auto_advance_setup": false,
|
||||
"department": "it@fleetdm.com",
|
||||
"is_supervised": false,
|
||||
"is_multi_user": false,
|
||||
"is_mandatory": false,
|
||||
"is_mdm_removable": true,
|
||||
"language": "en",
|
||||
"org_magic": "1",
|
||||
"region": "US",
|
||||
"support_phone_number": "+1 408 555 1010",
|
||||
"support_email_address": "support@fleetdm.com",
|
||||
"anchor_certs": [],
|
||||
"supervising_host_certs": [],
|
||||
"skip_setup_items": ["Accessibility", "Appearance", "AppleID", "AppStore", "Biometric", "Diagnostics", "FileVault", "iCloudDiagnostics", "iCloudStorage", "Location", "Payment", "Privacy", "Restore", "ScreenTime", "Siri", "TermsOfAddress", "TOS", "UnlockWithWatch"]
|
||||
}
|
||||
|
|
@ -80,7 +80,8 @@ For [DEP enrollment](#dep-device-enrollment-program) the enrollment profile is d
|
|||
This (JSON) profile is used to configure a device in Apple Business Manager.
|
||||
It contains all the necessary information that a device needs to automatically enroll to an MDM server during device setup.
|
||||
|
||||
Sample: [dep_sample_profile.json](https://github.com/fleetdm/nanodep/blob/main/docs/dep-profile.example.json).
|
||||
[Example](https://fleetdm.com/example-dep-profile)
|
||||
|
||||
See all fields [here](https://developer.apple.com/documentation/devicemanagement/profile).
|
||||
|
||||
### Commands
|
||||
|
|
|
|||
1
website/config/routes.js
vendored
1
website/config/routes.js
vendored
|
|
@ -466,6 +466,7 @@ module.exports.routes = {
|
|||
'GET /try-fleet/waitlist': '/try-fleet',
|
||||
'GET /mdm': '/device-management',// « alias for radio ad
|
||||
'GET /endpoint-operations': '/endpoint-ops',// « just in case we type it the wrong way
|
||||
'GET /example-dep-profile': 'https://github.com/fleetdm/fleet/blob/main/it-and-security/lib/automatic-enrollment.dep.json',
|
||||
|
||||
// Fleet UI
|
||||
// =============================================================================================================
|
||||
|
|
|
|||
Loading…
Reference in a new issue