File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
apps/portal/src/app/(app)/(home)/[orgId]/components/tasks Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,24 @@ export function DeviceAgentAccordionItem({
129129 className = "mt-2 rounded-xs border"
130130 />
131131 </ li >
132+ < li >
133+ < strong > Enable MDM</ strong >
134+ < div className = "space-y-2" >
135+ < p >
136+ On Mac, on the top of your screen, find the Fleet Desktop app which looks like
137+ an F made of dots. Click on it and click My Device.
138+ </ p >
139+ < p >
140+ You should see a banner that asks you to enable MDM. Click the button and
141+ follow the instructions.
142+ </ p >
143+ < p >
144+ After you've enabled MDM, if you refresh the page, the banner will disappear.
145+ Now your computer will automatically enable the necessary settings on your
146+ computer in order to be compliant.
147+ </ p >
148+ </ div >
149+ </ li >
132150 </ ol >
133151 </ div >
134152 ) : (
You can’t perform that action at this time.
0 commit comments