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: README.md
+25-1
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,6 @@ The Inventory Agent for Android allows you to collect a complete inventory of yo
46
46
47
47
Now you can choose (from the server information) whether this inventory should create a ```Phone``` or a ```Computer``` on GLPI
48
48
49
-
50
49
## Compatibility Matrix
51
50
52
51
### GLPI Android Inventory Agent
@@ -66,6 +65,31 @@ GLPI Android Inventory Agent is compatible with Android 4.1 and higher (to Andro
66
65
67
66
Are you having trouble installing our GLPI Android Agent? You can subscribe to our professional support GLPI Network [here](https://services.glpi-network.com).
68
67
68
+
## Configuring the Agent with an EMM / MDM Tool
69
+
70
+
The GLPI agent can be deployed/configured from an **MDM** / **EMM** tool
71
+
72
+
- Samsung Knox
73
+
- AirWatch
74
+
- InTunes
75
+
- MobileIron
76
+
- etc.
77
+
78
+
As long as the **MDM** / **EMM** tool is compatible with [managed configurations](https://developer.android.com/work/managed-configurations), you can configure the GLPI Agent (at deployment or on the fly).
79
+
80
+
Here is the list of configurable settings:
81
+
82
+
-**`auto_start_on_boot`** => Run an inventory at startup (`Bool``true` / `false`)
-**`frequency`** => Frequency of automatic inventory (`String``Day` / `Week` / `Month` default `Day`)
85
+
-**`server_configuration_list`** => (`Bundle`)
86
+
-**`server_url`** => GLPI server URL (`String`)
87
+
-**`server_tag`** => TAG (`String`)
88
+
-**`server_login`** => Username for basic authentication (`String`)
89
+
-**`server_password`** => Password for basic authentication (`String`)
90
+
-**`server_itemtype`** => Asset type in GLPI (`String``Computer` / `Phone` default `Computer`)
91
+
-**`server_custom_asset_serial`** => Custom serial number to replace the one generated by the agent (`String`)
92
+
69
93
## Documentation
70
94
71
95
We maintain a detailed documentation of the project on the website, check the [How-tos](http://glpi-project.github.io/android-inventory-agent/howtos/) and [Development](http://glpi-project.github.io/android-inventory-agent/) section.
0 commit comments