New Inventory Item -- Enrollment Type
What
There are now several methods of enrolling devices into FileWave and a new inventory field has been created to record the enrollment method.
When/Why
This field can be helpful when assigning content to devices. The field in question is called Enrollment Type as you'll see below:
How
There is nothing special about access the item...you can do it in any query or smart group, but the following are the breakdown of the values for the field:
Displaying information |
Number |
Description |
Enrollment via APK |
0 |
Device was manually enrolled via installation of FileWave application |
Enrollment via EMM_API |
1 |
Device was enrolled via the Android Management API (through NFC or a QRcode) |
OTA Enrollment |
2 |
Device was enrolled over-the-air |
User Enrollment |
3 |
Device was enrolled BYOD |
DEP Enrollment |
4 |
Device was enrolled via Apple DEP |
Enrollment via fwcld |
5 |
Device was enrolled via fwcld |
Enrolled |
6 |
Enrollment of Chromebook |
User approved enrollment |
7 |
Device was enrolled over-the-air and approved by user |
Presumed DEP Enrollment |
9 |
Device is supervised iOS client that was enrolled before v14. |
Not available |
8 |
Enrollment type is not determined |
No comments to display
It would be helpful if the descriptions for all the fields included the numbers for the matching values that are included in the emailed Query Reports. (0-9)
In reply to #1
I documented this as FWRD-15704 and made a note about how in the email it uses numbers and in Central it uses the pretty name for each but there is no table to relate the two. I imagine in the emails we should just be using the same text as we use in Central. At some point in the past it was probably numbers shown in both and then Central got display names for it that weren't inserted in the email send. I pulled the below from source code;
(0, 'Enrollment via APK'), (1, 'Enrollment via EMM_API'), (2, 'OTA Enrollment'), (3, 'User Enrollment'), (4, 'DEP Enrollment'), (5, 'Enrollment via fwcld'), (6, 'Enrolled'), (7, 'User approved enrollment'), (8, 'Not available'), (9, 'Presumed DEP Enrollment')
No comments to display