Skip to content

Instantly share code, notes, and snippets.

@nstrauss
Created August 10, 2020 17:30
Show Gist options
  • Select an option

  • Save nstrauss/86bca3bd2b361f97f7a48cfe3e56d07a to your computer and use it in GitHub Desktop.

Select an option

Save nstrauss/86bca3bd2b361f97f7a48cfe3e56d07a to your computer and use it in GitHub Desktop.

Revisions

  1. nstrauss created this gist Aug 10, 2020.
    67 changes: 67 additions & 0 deletions mds_dep_enroll.log
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,67 @@
    Mon Aug 10 09:59:31 Starting enrollment configuration helper...
    Mon Aug 10 09:59:31 Waiting for setup assistant...
    Mon Aug 10 09:59:37 Setup assistant is up.
    Mon Aug 10 09:59:37 OS version: 10.15.6
    Mon Aug 10 09:59:37 OS build: 19G73
    Mon Aug 10 09:59:37 Starting cycle 1...
    Mon Aug 10 09:59:37 Checking power metrics...
    Mon Aug 10 09:59:37 CPU thermal level: 60
    Mon Aug 10 09:59:37 IO thermal level: 10
    Mon Aug 10 09:59:38 Fan RPM: 3725.709961
    Mon Aug 10 09:59:38 CPU die temp: 100.110001 C
    Mon Aug 10 09:59:38 Thermal pressure: Heavy
    Mon Aug 10 09:59:38 Getting enrollment configuration...
    Mon Aug 10 10:00:06 Failed to get enrollment configuration - attempt 1
    Mon Aug 10 10:00:32 Failed to get enrollment configuration - attempt 2
    Mon Aug 10 10:00:58 Failed to get enrollment configuration - attempt 3
    Mon Aug 10 10:00:58 Cycle 1 - all attempts failed. Waiting 1 minute for Mac to cool down before trying again.
    Mon Aug 10 10:01:58 Starting cycle 2...
    Mon Aug 10 10:01:58 Checking power metrics...
    Mon Aug 10 10:01:58 CPU thermal level: 30
    Mon Aug 10 10:01:58 IO thermal level: 0
    Mon Aug 10 10:01:58 Fan RPM: 2693.239990
    Mon Aug 10 10:01:59 CPU die temp: 66.540001 C
    Mon Aug 10 10:01:59 Thermal pressure: Moderate
    Mon Aug 10 10:01:59 Getting enrollment configuration...
    Mon Aug 10 10:02:11 Got enrollment configuration...
    Device Enrollment configuration:
    {
    AllowPairing = 0;
    AnchorCertificates = (
    );
    AwaitDeviceConfigured = 1;
    ConfigurationURL = "https://jamf.myorg.com:8443/cloudenroll";
    IsMDMUnremovable = 0;
    IsMandatory = 1;
    IsMultiUser = 0;
    IsSupervised = 1;
    MDMProtocolVersion = 1;
    OrganizationAddress = "My Address USA";
    OrganizationAddressLine1 = "12345 Main Steet";
    OrganizationAddressLine2 = "n/a";
    OrganizationCity = MINNEAPOLIS;
    OrganizationCountry = USA;
    OrganizationDepartment = "IT Department";
    OrganizationEmail = "[email protected]";
    OrganizationMagic = 794AA5C93DA344A1BAA5B3ED2CFD77FB;
    OrganizationName = "My Great Organization";
    OrganizationPhone = "555-555-5555";
    OrganizationSupportPhone = "555-555-5555";
    OrganizationZipCode = 12345;
    SkipSetup = (
    Biometric,
    Payment,
    Restore,
    TOS,
    ScreenTime,
    Siri,
    Privacy,
    AppleID,
    Diagnostics,
    DisplayTone,
    Appearance,
    iCloudDiagnostics,
    Registration,
    iCloudStorage
    );
    }