You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: memdocs/intune/enrollment/macos-enroll.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,27 +119,25 @@ For more information, see the following topics in the Parallels knowledge base:
119
119
*[How to enroll a macOS VM in Parallels Desktop using Intune](https://kb.parallels.com/en/124564)
120
120
*[How to find and change the serial number](https://kb.parallels.com/123455)
121
121
122
-
123
-
## User-approved enrollment
124
-
125
-
This type of enrollment lets you manage macOS devices that aren't part of Apple School Manager or Apple Business Manager. It provides the same level of control as supervised macOS devices enrolled using Automated Device Enrollment or Apple Configurator.
126
-
127
-
All Mac enrollments in Intune, except those enrolled via Automated Device Enrollment (ADE), are considered user-approved. Intune automatically turns on supervision for user-approved devices running macOS 11 and later. It also does this for enrolled devices that later update to macOS 11 or later.
128
-
=======
129
122
### VMware Fusion
130
123
Add the following lines to your .vmx file to set the VM's hardware model and serial number. The values shown in this sample are examples.
131
124
132
125
```md
133
126
serialNumber = "ABC123456789"
134
127
hw.model = "MacBookAir10,1"
135
-
```
136
-
128
+
```
137
129
Enter any string of alphanumeric characters for the serial number. For hardware model, we recommend using the model of the device that's running the VM. To find your Mac's hardware model, select the Apple menu and go to **About This Mac** > **System Report** > **Model Identifier**.
138
130
139
131
See the VMware customer connect website for more information about [editing the .vmx file for your VMware Fusion VM](https://kb.vmware.com/s/article/1014782).
140
132
141
133
### Apple Silicon
142
-
No changes are required for virtual machines running on Apple Silicon hardware. Parallels Desktop and VMware Fusion are supported on Macs with Apple Silicon, so if you set up a VM this way, you don't need to modify the hardware model ID or serial number.
134
+
No changes are required for virtual machines running on Apple Silicon hardware. Parallels Desktop and VMware Fusion are supported on Macs with Apple Silicon, so if you set up a VM this way, you don't need to modify the hardware model ID or serial number.
135
+
136
+
## User-approved enrollment
137
+
138
+
This type of enrollment lets you manage macOS devices that aren't part of Apple School Manager or Apple Business Manager. It provides the same level of control as supervised macOS devices enrolled using Automated Device Enrollment or Apple Configurator.
139
+
140
+
All Mac enrollments in Intune, except those enrolled via Automated Device Enrollment (ADE), are considered user-approved. Intune automatically turns on supervision for user-approved devices running macOS 11 and later. It also does this for enrolled devices that later update to macOS 11 or later.
0 commit comments