Improvement #11594
openproduct-uem 7.0.0 GA - New Feature #11197: ADMX ingestion support (Custom policies)
Map custom admx Loc URIs using the policy parser engine
100%
Description
Environment details
UEM staging server
Prerequisites
Enroll windows device and apply Admx Edge policies
Description
For the current implementation, we are using manually generated Loc URIs in the "admx-config.xml" file for the policy parser engine. There are a large number of ADMX Edge policy categories and policies. To simplify this mechanism and eliminate identified issues, we need to implement a custom mechanism for mapping the LocURIs of ingestion policies. Since we plan to add additional ADMX ingestion policies, we don't need to manually add Loc URIs with this new implementation for ingestion policies.
Related other ticket: https://roadmap.entgra.net/issues/10678
Result
When trying to add a few identified Admx Edge policies, the device syncing process is blocked due to null pointer exception being thrown when applying these identified policies.