So I was poking around now and turned off MDM for ...
# fleet
j
So I was poking around now and turned off MDM for a MacOS device..... how do I turn it back on? • While it lasted, the instructions in the "mydevice" page say to find "enroll my device" is system settings • That option doesn't exist in system settings • However trying to "sign in" on the profiles page gives the error: "The account being signed-in to already exists and cannot be used again." • fleetd/orbit eventually uninstalled itself... so can't actually check the my device page again Have I been stupid for clicking the button? probably. But what should I try now?
d
Hey @James, what version of macOS are you running?
And how did you initially enroll your Mac in MDM? Was it with automated device enrollment or did you download the MDM enrollment profile from the My Device page in Fleet?
j
automated device enrollment
and it's running Sonoma (14.5)
d
Gotcha! Try running
sudo profiles renew -type enrollment
on that host to trigger an ADE enrollment again. If it works you’ll see a notification in the top right prompting you to enroll the device in System Settings
j
Running that command I'm immediately sent to the setup assistant. (did everything log out?)
d
Sorry, that’s right it does that in Sonoma now
I believe it’s just a full screen takeover to enforce enrollment. I don’t think it does a full logout for this
j
well this is apparently how I find out the enrollment screen doesn't support yubikeys
(for passkey login to the idp)
@Dale Ribeiro thanks! looks like that worked 🙂 Is that documented anywhere?