Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save henrik242/65d26a7deca30bdb9828e183809690bd to your computer and use it in GitHub Desktop.
Save henrik242/65d26a7deca30bdb9828e183809690bd to your computer and use it in GitHub Desktop.
@Samiakaraeen
Copy link

This works fine with me, the trick is to install a clean Catalina
after it installs and when it restarts - YOU MUST NOT LET IT GO TO THE SCREEN WHERE IT ASKS YOU TO CHOOSE COUNTRY- YOU MUST GO TO RECOVERY MODE
after you go to recovery mode in the terminal the first command must be "mount -uw /" so as to be able to write to the host's file
after that and doing all the steps above can restart and go the choose country screen and choose my computer is not connected to the internet and it goes smoothly ,i installed Catalina and updated to the latest macOS

@ClickClocks
Copy link

ClickClocks commented Jul 20, 2022

I bought a brand new Mac Studio from a Pawshop. when I tried to setup and created a user I got the Remote Managment message asking me for user name and password.

them I found and followed the steps of this guide but by the time I did: "csrutil disable" i get a message about not admin privileges or something.

What I did was to do again a clean install of Monterrey after the second rebot unplug internet create a new user etc and now I was able to disble csrutil, add the hosts and them enable csrutil.

my question is: what will happen when Ventura is launch? Do I need to do similar steps or procedure to get this working?

When I tried to check the warranty information of this mac it told me they didn't have information available and asked me to provided a purchase date. Now when I check again Warranty Coverage it shows the date I added there.

It seems this Mac Studio was a company mac but never was activated (Maybe I'm Wrong) I'm on the line to return it and get my money back. it was a great deal though. Please Advice

@vladsolokha
Copy link

I presume that you won’t need to do the steps for Ventura. But we won’t know until it comes out.

I would like to thank the original post. I did all the steps and it worked for my M1 MacBook Air 10,1. I bought from a guy who was selling it on Marketplace and it had remote management on it from a company that doesn’t exist anymore. Thanks for the help.

@JediRhymeTrix
Copy link

2021 MacBook Pro 14 on Monterey 12.4 here. Blocking those domains in hosts did not seem to get rid of the notification. However, I tried one of the suggestions from the parent thread and I haven't seen the notification in the past 24 hours or so.

Here's the command I ran:

rm -r /Volumes/Macintosh\ HD\ -\ Data/private/var/db/ConfigurationProfiles/Settings

Now I'm not sure if this will allow me to install Ventura without any hiccups or if I'd still need to block internet access to the machine when it reboots.

@JediRhymeTrix
Copy link

Is there a risk in installing minor updates like 12.4->12.5 if the device is not enrolled and only had the notification pop-up issue, which has been remedied by doing what I have mentioned above?

@Hr46ph
Copy link

Hr46ph commented Aug 11, 2022

Is there a risk in installing minor updates like 12.4->12.5 if the device is not enrolled and only had the notification pop-up issue, which has been remedied by doing what I have mentioned above?

I have installed updates like that without a problem.

@shahbaazkyz
Copy link

Hello I just bought a Used laptop from Market, after few days

I've been wondering if I should blog about this, but here's another way that doesn't involve blocking network ports, so to squirrel this knowledge away in a corner of the web:

## these commands MUST be from Terminal in Recovery mode only (as root of course)
## this assumes the boot drive is named "Macintosh HD" and is a newer OS that has a Data volume

#clear the nvram if there is any saved WiFi info there
nvram -c

#remove the known networks plist which auto-joins your WiFi - older version of macOS may not have this
rm /Volumes/Macintosh\ HD\ -\ Data/Library/Preferences/com.apple.wifi.known-networks.plist 

#the WiFi password IS still stored here but it is not necessary to remove this
rm /Library/Keychains/System.keychain

#SUPPRESS FOR SETUP ASSISTANT ONLY
#remove all the dot files .* in Settings the main file is .cloudConfigHasActivationRecord
rm /Volumes/Macintosh\ HD\ -\ Data/private/var/db/ConfigurationProfiles/Settings/.*
#When you reboot with this method you must choose Other for network options then "This Mac does not connect to the Internet" to skip Remote Management
#this method of skipping via Other/No Internet is usually sufficient for macOS 10.14 and under

#SUPPRESS PERMANENTLY
#remove the entire folder and it NEVER asks for DEP again, without this folder it won't work
rm -r /Volumes/Macintosh\ HD\ -\ Data/private/var/db/ConfigurationProfiles/Settings

reboot

I have faced this issue. After fresh install of mac OS Catalina, it was showing remote management from a company that is different from my own workplace. Removing LaunchDaemons and LaunchAgents and re-routing IP addresses didn't work for me. The only thing that worked for me was by removing /Volumes/Macintosh\ HD\ -\ Data/private/var/db/ConfigurationProfiles/Settings Thank you very much.

Thanks alot. You're a life Saver.
This solution works on My macbook pro 2013(late). MacOS Catalina .

I tried to clean install macOS Catalina and stuck on Remote management screen. Come up with using above solution.

@JediRhymeTrix
Copy link

Hello I just bought a Used laptop from Market, after few days

I've been wondering if I should blog about this, but here's another way that doesn't involve blocking network ports, so to squirrel this knowledge away in a corner of the web:

## these commands MUST be from Terminal in Recovery mode only (as root of course)
## this assumes the boot drive is named "Macintosh HD" and is a newer OS that has a Data volume

#clear the nvram if there is any saved WiFi info there
nvram -c

#remove the known networks plist which auto-joins your WiFi - older version of macOS may not have this
rm /Volumes/Macintosh\ HD\ -\ Data/Library/Preferences/com.apple.wifi.known-networks.plist 

#the WiFi password IS still stored here but it is not necessary to remove this
rm /Library/Keychains/System.keychain

#SUPPRESS FOR SETUP ASSISTANT ONLY
#remove all the dot files .* in Settings the main file is .cloudConfigHasActivationRecord
rm /Volumes/Macintosh\ HD\ -\ Data/private/var/db/ConfigurationProfiles/Settings/.*
#When you reboot with this method you must choose Other for network options then "This Mac does not connect to the Internet" to skip Remote Management
#this method of skipping via Other/No Internet is usually sufficient for macOS 10.14 and under

#SUPPRESS PERMANENTLY
#remove the entire folder and it NEVER asks for DEP again, without this folder it won't work
rm -r /Volumes/Macintosh\ HD\ -\ Data/private/var/db/ConfigurationProfiles/Settings

reboot

I have faced this issue. After fresh install of mac OS Catalina, it was showing remote management from a company that is different from my own workplace. Removing LaunchDaemons and LaunchAgents and re-routing IP addresses didn't work for me. The only thing that worked for me was by removing /Volumes/Macintosh\ HD\ -\ Data/private/var/db/ConfigurationProfiles/Settings Thank you very much.

Thanks alot. You're a life Saver. This solution works on My macbook pro 2013(late). MacOS Catalina .

I tried to clean install macOS Catalina and stuck on Remote management screen. Come up with using above solution.

Can confirm. This is the only solution that has worked on my 2021 MBP. If this also helps bypass the remote management screen during a fresh install, then i think there is a pretty good chance that this may allow major OS updates to be installed without any issues.

Would anyone be willing to test this with a Monterey -> Ventura upgrade?

@ethansawicki
Copy link

ethansawicki commented Aug 15, 2022

Hello I just bought a Used laptop from Market, after few days

I've been wondering if I should blog about this, but here's another way that doesn't involve blocking network ports, so to squirrel this knowledge away in a corner of the web:

## these commands MUST be from Terminal in Recovery mode only (as root of course)
## this assumes the boot drive is named "Macintosh HD" and is a newer OS that has a Data volume

#clear the nvram if there is any saved WiFi info there
nvram -c

#remove the known networks plist which auto-joins your WiFi - older version of macOS may not have this
rm /Volumes/Macintosh\ HD\ -\ Data/Library/Preferences/com.apple.wifi.known-networks.plist 

#the WiFi password IS still stored here but it is not necessary to remove this
rm /Library/Keychains/System.keychain

#SUPPRESS FOR SETUP ASSISTANT ONLY
#remove all the dot files .* in Settings the main file is .cloudConfigHasActivationRecord
rm /Volumes/Macintosh\ HD\ -\ Data/private/var/db/ConfigurationProfiles/Settings/.*
#When you reboot with this method you must choose Other for network options then "This Mac does not connect to the Internet" to skip Remote Management
#this method of skipping via Other/No Internet is usually sufficient for macOS 10.14 and under

#SUPPRESS PERMANENTLY
#remove the entire folder and it NEVER asks for DEP again, without this folder it won't work
rm -r /Volumes/Macintosh\ HD\ -\ Data/private/var/db/ConfigurationProfiles/Settings

reboot

I have faced this issue. After fresh install of mac OS Catalina, it was showing remote management from a company that is different from my own workplace. Removing LaunchDaemons and LaunchAgents and re-routing IP addresses didn't work for me. The only thing that worked for me was by removing /Volumes/Macintosh\ HD\ -\ Data/private/var/db/ConfigurationProfiles/Settings Thank you very much.

Thanks alot. You're a life Saver. This solution works on My macbook pro 2013(late). MacOS Catalina .
I tried to clean install macOS Catalina and stuck on Remote management screen. Come up with using above solution.

Can confirm. This is the only solution that has worked on my 2021 MBP. If this also helps bypass the remote management screen during a fresh install, then i think there is a pretty good chance that this may allow major OS updates to be installed without any issues.

Would anyone be willing to test this with a Monterey -> Ventura upgrade?

I updated my 2019 MBP no issue dunno if its different on M series.

Edit: Don't bother updating. The notification came back even with /ConfigurationProfiles/Settings deleted.

@monktemplar
Copy link

Hello I just bought a Used laptop from Market, after few days

I've been wondering if I should blog about this, but here's another way that doesn't involve blocking network ports, so to squirrel this knowledge away in a corner of the web:

## these commands MUST be from Terminal in Recovery mode only (as root of course)
## this assumes the boot drive is named "Macintosh HD" and is a newer OS that has a Data volume

#clear the nvram if there is any saved WiFi info there
nvram -c

#remove the known networks plist which auto-joins your WiFi - older version of macOS may not have this
rm /Volumes/Macintosh\ HD\ -\ Data/Library/Preferences/com.apple.wifi.known-networks.plist 

#the WiFi password IS still stored here but it is not necessary to remove this
rm /Library/Keychains/System.keychain

#SUPPRESS FOR SETUP ASSISTANT ONLY
#remove all the dot files .* in Settings the main file is .cloudConfigHasActivationRecord
rm /Volumes/Macintosh\ HD\ -\ Data/private/var/db/ConfigurationProfiles/Settings/.*
#When you reboot with this method you must choose Other for network options then "This Mac does not connect to the Internet" to skip Remote Management
#this method of skipping via Other/No Internet is usually sufficient for macOS 10.14 and under

#SUPPRESS PERMANENTLY
#remove the entire folder and it NEVER asks for DEP again, without this folder it won't work
rm -r /Volumes/Macintosh\ HD\ -\ Data/private/var/db/ConfigurationProfiles/Settings

reboot

I have faced this issue. After fresh install of mac OS Catalina, it was showing remote management from a company that is different from my own workplace. Removing LaunchDaemons and LaunchAgents and re-routing IP addresses didn't work for me. The only thing that worked for me was by removing /Volumes/Macintosh\ HD\ -\ Data/private/var/db/ConfigurationProfiles/Settings Thank you very much.

Thanks alot. You're a life Saver. This solution works on My macbook pro 2013(late). MacOS Catalina .
I tried to clean install macOS Catalina and stuck on Remote management screen. Come up with using above solution.

Can confirm. This is the only solution that has worked on my 2021 MBP. If this also helps bypass the remote management screen during a fresh install, then i think there is a pretty good chance that this may allow major OS updates to be installed without any issues.
Would anyone be willing to test this with a Monterey -> Ventura upgrade?

I updated my 2019 MBP no issue dunno if its different on M series.

Edit: Don't bother updating. The notification came back even with /ConfigurationProfiles/Settings deleted.

This procedure worked, but I just updated MacOS 12.5.1 on my MBP M1 and the address came back.
So, I deleted it again and now the message did not appear so far...

@ethansawicki
Copy link

Hello I just bought a Used laptop from Market, after few days

I've been wondering if I should blog about this, but here's another way that doesn't involve blocking network ports, so to squirrel this knowledge away in a corner of the web:

## these commands MUST be from Terminal in Recovery mode only (as root of course)
## this assumes the boot drive is named "Macintosh HD" and is a newer OS that has a Data volume

#clear the nvram if there is any saved WiFi info there
nvram -c

#remove the known networks plist which auto-joins your WiFi - older version of macOS may not have this
rm /Volumes/Macintosh\ HD\ -\ Data/Library/Preferences/com.apple.wifi.known-networks.plist 

#the WiFi password IS still stored here but it is not necessary to remove this
rm /Library/Keychains/System.keychain

#SUPPRESS FOR SETUP ASSISTANT ONLY
#remove all the dot files .* in Settings the main file is .cloudConfigHasActivationRecord
rm /Volumes/Macintosh\ HD\ -\ Data/private/var/db/ConfigurationProfiles/Settings/.*
#When you reboot with this method you must choose Other for network options then "This Mac does not connect to the Internet" to skip Remote Management
#this method of skipping via Other/No Internet is usually sufficient for macOS 10.14 and under

#SUPPRESS PERMANENTLY
#remove the entire folder and it NEVER asks for DEP again, without this folder it won't work
rm -r /Volumes/Macintosh\ HD\ -\ Data/private/var/db/ConfigurationProfiles/Settings

reboot

I have faced this issue. After fresh install of mac OS Catalina, it was showing remote management from a company that is different from my own workplace. Removing LaunchDaemons and LaunchAgents and re-routing IP addresses didn't work for me. The only thing that worked for me was by removing /Volumes/Macintosh\ HD\ -\ Data/private/var/db/ConfigurationProfiles/Settings Thank you very much.

Thanks alot. You're a life Saver. This solution works on My macbook pro 2013(late). MacOS Catalina .
I tried to clean install macOS Catalina and stuck on Remote management screen. Come up with using above solution.

Can confirm. This is the only solution that has worked on my 2021 MBP. If this also helps bypass the remote management screen during a fresh install, then i think there is a pretty good chance that this may allow major OS updates to be installed without any issues.
Would anyone be willing to test this with a Monterey -> Ventura upgrade?

I updated my 2019 MBP no issue dunno if its different on M series.
Edit: Don't bother updating. The notification came back even with /ConfigurationProfiles/Settings deleted.

This procedure worked, but I just updated MacOS 12.5.1 on my MBP M1 and the address came back. So, I deleted it again and now the message did not appear so far...

I’m wondering if it has to do with installing the beta profile? I tried to delete it again but got the file or directory not found. Unless I had a typo…

@monktemplar
Copy link

monktemplar commented Aug 20, 2022

Well @ethansawicki , the same thing happened to me, when I tried the "rm" command, it didn't find it, but then I went directory by directory and deleted Settings, and it worked, I'm far from being a mac expert btw, so keep trying.

Btw, you should put the: "Macintosh\ HD\ -\ Data/" directory, in quotation marks.

@bryanwongxin
Copy link

I follow the instructions and bypass MDM on Catalina and upgrade to Monterey successfully.
Right now I am upgrading to Ventura.
Hope it will work.

@JediRhymeTrix
Copy link

I follow the instructions and bypass MDM on Catalina and upgrade to Monterey successfully. Right now I am upgrading to Ventura. Hope it will work.

Did you have to prevent the laptop from connecting to the internet at any point while upgrading?

@bryanwongxin
Copy link

I follow the instructions and bypass MDM on Catalina and upgrade to Monterey successfully. Right now I am upgrading to Ventura. Hope it will work.

Did you have to prevent the laptop from connecting to the internet at any point while upgrading?

nope

@bryanwongxin
Copy link

I follow the instructions and bypass MDM on Catalina and upgrade to Monterey successfully. Right now I am upgrading to Ventura. Hope it will work.

Upgrade to Ventura successfully!

@spiralz23
Copy link

My MDM is disabled

I follow the instructions and bypass MDM on Catalina and upgrade to Monterey successfully. Right now I am upgrading to Ventura. Hope it will work.

Upgrade to Ventura successfully!

My MDM is disabled vis the hosts file method was able to update to 12.5.1 no issues using nano to edit out the apple update block temporarily, how do you install ventura ? just a straight install of the beta version as an upgrade or complete wipe?

thanks

@dengchao520
Copy link

可以通过iRemove 工具在 MacBook Pro 和 Air 上禁用设备管理并删除 MDM 注册配置文件。您可以从https://iremove.tools/remove-device-management-on-macbook 下载软件。该工具可以绕过由 M1 和 T2 芯片驱动的 Mac 计算机上的 MDM。

Hello, will this be affected by the system upgrade

@bryanwongxin
Copy link

My MDM is disabled

I follow the instructions and bypass MDM on Catalina and upgrade to Monterey successfully. Right now I am upgrading to Ventura. Hope it will work.

Upgrade to Ventura successfully!

My MDM is disabled vis the hosts file method was able to update to 12.5.1 no issues using nano to edit out the apple update block temporarily, how do you install ventura ? just a straight install of the beta version as an upgrade or complete wipe?

thanks

just upgrade from montery without internet connection

@spiralz23
Copy link

My MDM is disabled

I follow the instructions and bypass MDM on Catalina and upgrade to Monterey successfully. Right now I am upgrading to Ventura. Hope it will work.

Upgrade to Ventura successfully!

My MDM is disabled vis the hosts file method was able to update to 12.5.1 no issues using nano to edit out the apple update block temporarily, how do you install ventura ? just a straight install of the beta version as an upgrade or complete wipe?
thanks

just upgrade from montery without internet connection

Ok , do i just upgrade and thats it ? or will i need to disable csrutil and reset the hosts file ?

Thank u

@oracle-code
Copy link

Hi, quick question.

My terminal is showing Enrolled via: no and MDM: no but I keep receiving notifications saying that the previous company wants to enroll the computer on remote management.

Any idea how to this notification?

@Al-Tuna
Copy link

Al-Tuna commented Aug 28, 2022

In the spirit of helping others get through all of the great information provided here, I have consolidated the information that I can confirm will allow you to upgrade from Big Sur to Monterey from a machine that already went through the process of disabling DEP and MDM. That is this was an install over Big Sur to Monterey. I did this on a MacBook Pro 16 (2019) with T2 and so I used the steps outlined by mikecanvas (Nov 20, 2020) to change the setting in the Startup Security Utility settings.

Ok, you've successfully removed DEP and MDM from your Big Sur machine using the information in these threads and now want to install a MacOS update to Monterey. No one has posted a one-stop shop on how to do this, so here it is:

  1. Re-edit your hosts file to remove the block on gdmf.apple.com (usually just need to put a # sign at the beginning of the line)

  2. Go to Software update and begin the installation of Monterey. When the countdown begins for the first restart, turn off all wifi access. I just powered down my router.

  3. When the machine reboots for the second time, boot into recovery mode.

  4. Follow the steps 5-21 outlined by mikecanvas on Nov 20, 2020:

a. Click on Utilities (top menu bar) then select Terminal

b. type in: mount then click enter/return

A list of things will show up once you enter in (mount) in Terminal
Write down the disk associated with /Volumes/Macintosh HD
(mine was /dev/disk2s5)
Note: it's not "/", and it's not /Volumes/Macintosh HD - Data

c. Next, in Terminal, write: umount /Volumes/Macintosh\ HD

d. then: mkdir /Volumes/Macintosh\ HD

e. then: mount -t apfs -rw /dev/disk2s5 /Volumes/Macintosh\ HD

f. then: cd /Volumes/Macintosh\ HD/System/Library/LaunchAgents

g. then: rm com.apple.ManagedClientAgent.*

h. then: rm com.apple.mdmclient.*

i. then: cd ../LaunchDaemons

j. then: rm com.apple.ManagedClient.*

k. then: rm com.apple.mdmclient.*

l. then: csrutil authenticated-root disable (this will Turn off Signed System Volume SSV)

m. then edit the hosts file:

cd "/Volumes/Macintosh HD"
cd etc
echo "0.0.0.0 iprofiles.apple.com" >> hosts
echo "0.0.0.0 mdmenrollment.apple.com" >> hosts
echo "0.0.0.0 deviceenrollment.apple.com" >> hosts
echo "0.0.0.0 gdmf.apple.com" >> hosts

m. then lastly: bless --folder /Volumes/Macintosh\ HD/System/Library/CoreServices/ --bootefi --create-snapshot

(this will Save the current disk status in the boot snapshot. This is an important step otherwise on reboot your machine will discard these changes and load the original blessed snapshot which will reenable DEP and MDM)

n. Now you can restart your Mac: type reboot

DEP/MDM notification is now disabled. You can check with the command in terminal:

profiles status -type enrollment

which should return something like:

Enrolled via DEP: No
MDM enrollment: No

One last step, which may not be necessary from a recent post by brunerd on May 12, 2022:

Boot into recovery mode one last time and use terminal to execute the command

rm -r /Volumes/Macintosh\ HD\ -\ Data/private/var/db/ConfigurationProfiles/Settings

reboot

I believe you'll need to do this anytime there is a MacOS update you want to install, even a minor one like 12.5 -> 12.5.1, etc.

@Kayull
Copy link

Kayull commented Sep 1, 2022

Does anyone know if there is a way to remove remote management from a 2019 iMac but keep all the data as is.

We were upgrading to Monterey at work since our software is compatible now but forgot a few were 2019 ex-remote managed.

Cheers

@vicovictor
Copy link

vicovictor commented Sep 7, 2022

Just wanted to give some feedback for my MBA M1 which I installed Monterey. Here are the modified steps I followed.

With full reinstall (recommended)

a. Boot into recovery. During reboot, wipe the hard drive using Disk Utility, and select reinstall macOS.

b. Initial installation will run for approximately 1 hour, and reboot. As it is rebooting, turn off Wifi router.

c. It will then show Mac setup screen to choose country. Go through the setup and boot into Mac OS, because you need to setup a user to run the commands in Main Procedure.

d. Boot into recovery mode. Follow Main Procedure. After that, turn on your WiFi router and reboot normally.

While running the commands on Main Procedure, you would need to enter the password of the user you created earlier.

When running the command $ csrutil enable, you will be asked to connect to the internet. At this point, turn on your Wifi router and connect to the internet and run the command again to enable csrutil.

Reboot normally. Done.

@2ndMessiah
Copy link

Made a fresh setup yesterday on my MBP 14, mainly based the the OP's main thread.

There's one point which shall be noticed, which is unmentioned here at all.. When doing 'csrutil enable', it might be asking for internet access. No worry, just turn on your wifi then, mdm lock won't be around under the recovery stage, so you're totally fine.

Another little tip. There's actually no suggestion of "system will be rebooting in x sec" during the reinstalling stage. So when it suggests that "the remaining time: 1min", the installer actually has completed downloading the macOS contents. So you can safely turn off your router in order to evade any risks in the "first-setup" screen and make a completely offline environment until you make it into the desktop.

@Sailas2k6
Copy link

Dose anyone know if Ventura beta 7 is safe to use on M1 MBP ?
I'v had the beta 4 installed and spooked with the new remote management on Ventura and gone back to Monterey.
My fingers are tempted to instal the beta 7 but I want to know if there is a way to bypass the setup screen if anything goes wrong.
I still have a good USB stick with Monterey on it just in case.

@chuanhhoang
Copy link

Dose anyone know if Ventura beta 7 is safe to use on M1 MBP ? I'v had the beta 4 installed and spooked with the new remote management on Ventura and gone back to Monterey. My fingers are tempted to instal the beta 7 but I want to know if there is a way to bypass the setup screen if anything goes wrong. I still have a good USB stick with Monterey on it just in case.

What happened when you installed Ventura beta 4?

@Sailas2k6
Copy link

Nothing. All went smooth.

I was afraid for the new Remote Screen that doesn’t allow you to bypass it as in Montereay by just disabling WiFi.

@jmbenedetto
Copy link

Hi. I have macOS Monterey 12.5.1.

I could not access etc file from the Recovery Mode terminal, so I made some adjustments to the original algorithm. The major difference is that I do the changes in the hosts file in normal mode.

  1. Reboot to Recovery Mode by holding command-R during restart

  2. Open Utilities → Terminal and type

$ csrutil disable
$ reboot
  1. After rebooting in normal mode, open Terminal, and type
$ cd "/etc"
$ echo "0.0.0.0 iprofiles.apple.com" >> hosts
$ echo "0.0.0.0 mdmenrollment.apple.com" >> hosts
$ echo "0.0.0.0 deviceenrollment.apple.com" >> hosts
$ echo "0.0.0.0 gdmf.apple.com" >> hosts
  1. Reboot to Recovery Mode by holding command-R during restart and type
$ csrutil enable
$ reboot
  1. After rebooting in normal mode, open Terminal and type the code below to verify verify the DEP status
$ profiles status -type enrollment
Enrolled via DEP: No
MDM enrollment: No

@spiralz23
Copy link

12.6 update is out , anyone updated yet ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment