Skip to content

Commit 937df0e

Browse files
committed
feat: ADMX update
Closes #800
1 parent 8caa398 commit 937df0e

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

contrib/windows/GLPI-Agent.adml

+5
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@
9090
<checkBox refId="GLPI_scan-homedirs" defaultChecked="false">scan-homedirs</checkBox>
9191
<checkBox refId="GLPI_scan-profiles" defaultChecked="false">scan-profiles</checkBox>
9292
<checkBox refId="GLPI_no-httpd">no-httpd</checkBox>
93+
<textBox refId="GLPI_full-inventory-postpone">
94+
<label>full-inventory-postpone</label>
95+
<defaultValue>14</defaultValue>
96+
</textBox>
97+
<checkBox refId="GLPI_json">json</checkBox>
9398
</presentation>
9499
</presentationTable>
95100
</resources>

contrib/windows/GLPI-Agent.admx

+18
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,15 @@
7373
<string>0</string>
7474
</falseValue>
7575
</boolean>
76+
<text id="GLPI_full-inventory-postpone" key="SOFTWARE\GLPI-Agent" valueName="full-inventory-postpone" required="true" />
77+
<boolean id="GLPI_json" key="SOFTWARE\GLPI-Agent" valueName="json">
78+
<trueValue>
79+
<string>1</string>
80+
</trueValue>
81+
<falseValue>
82+
<string>0</string>
83+
</falseValue>
84+
</boolean>
7685
</elements>
7786
</policy>
7887
<policy name="GLPI_CONFIGURE32on64" class="Machine" displayName="$(string.GLPI_CONFIGURE32on64)" explainText="$(string.GLPI_CONFIGURE_EXPLAIN)" presentation="$(presentation.GLPI_CONFIGURE)" key="SOFTWARE\Wow6432Node\GLPI-Agent">
@@ -137,6 +146,15 @@
137146
<string>0</string>
138147
</falseValue>
139148
</boolean>
149+
<text id="GLPI_full-inventory-postpone" key="SOFTWARE\Wow6432Node\GLPI-Agent" valueName="full-inventory-postpone" required="true" />
150+
<boolean id="GLPI_json" key="SOFTWARE\Wow6432Node\GLPI-Agent" valueName="json">
151+
<trueValue>
152+
<string>1</string>
153+
</trueValue>
154+
<falseValue>
155+
<string>0</string>
156+
</falseValue>
157+
</boolean>
140158
</elements>
141159
</policy>
142160
</policies>

0 commit comments

Comments
 (0)