Project

General

Profile

Improvement #11594

Updated by Thilina Sandaruwan 3 months ago

*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.

Back