Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/MHimken/FixMyADMX
Browse files Browse the repository at this point in the history
  • Loading branch information
MHimken committed Aug 18, 2023
2 parents 1e2198e + 0602176 commit e478c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FixMyADMX

The main motivation for writing this script was the Citrix ADMX files. @AdamGrossTX has done a great job of finding and removing broken parts in the citrix.admx/adml files (see <https://github.com/AdamGrossTX/Toolbox/tree/master/Intune/ADMXIngestion> ). I took this as an opportunity to create a script that would do this manual process automatically, so that new releases would be fixed automatically. Here's what it does:
The main motivation for writing this script was the Citrix ADMX files. @AdamGrossTX has done a great job of finding and removing broken parts in the Citrix receiver.admx/adml files (see <https://github.com/AdamGrossTX/Toolbox/tree/master/Intune/ADMXIngestion> ). I took this as an opportunity to create a script that would do this manual process automatically, so that new releases would be fixed automatically. Here's what it does:

* Replace comboBox with textBox - comboBox is not supported by Intune
* Add explainText to all `<policy>` attributes, as this is also **required** albeit undocumented currently on the Intune learn page. Will fix 'Object reference not set to an instance of an object.'
Expand Down

0 comments on commit e478c6f

Please sign in to comment.