Create a CSV file using the fields and formatting provided in the following tables.
Field | Notes |
|---|---|
| (Required) Defines the serial number for the device. |
| (Required) Used to populate the Identification field in the Placeholders devices table in Jamf School. You do not have to enter unique values for devices in the Identification field. Note: Depending on your device deployment strategy, you could enter Student or Teacher to identify who the device will be assigned to or you could enter iPad or Mac to identify the device type. |
| Defines the asset tag for the device. |
| Assigns the device to a user in Jamf School. This value must match a username in Jamf School. |
| Defines static device group membership in Jamf School. Static device groups must be separated by a semicolon or comma. |
| Specifies the Automated Device Enrollment profile you want to assign to a device placeholder. |
| |
|
Your CSV file should use the following example for formatting:
| SerialNumber | Identification |
|---|---|
| C8PLK8CLFM | Device1 |
When using the MemberOfGroups field, you need to manually add a MemberOfGroups column to the CSV file to use the field.
| SerialNumber | Identification | MemberOfGroups |
|---|---|---|
| C8PLK8CLFM | Device1 | StaticDeviceGroup1;StaticDeviceGroup2 (or StaticDeviceGroups1;StaticDeviceGroups2) |