Task #12169
closed
New Feature #11197: ADMX ingestion support (Custom policies)
User Interface for ADMX Ingestion File Upload
Added by Thilina Sandaruwan 5 months ago.
Updated 2 days ago.
Description
Description
- Develop a user-friendly UI for uploading ADMX and ADML files, including status and error messages for successful/failed imports.
Tasks
- Design UI for file upload with fields for selecting ADMX and ADML files.
- Implement progress tracking and status display (e.g., Available, Error).
- Include error messages for file validation and dependency issues
Files
- Due date set to 17/11/2024
- Start date changed from 04/11/2024 to 12/11/2024
- Status changed from New to Implementation
- % Done changed from 0 to 90
- Tracker changed from New Feature to Task
- Device Type deleted (
Windows)
- Component deleted (
Device Management)
- % Done changed from 90 to 100
- Status changed from Implementation to QA
- Project changed from product-uem 7.0.0 GA to product-uem 6.4.0 GA
FIx with PR: https://github.com/entgra-proprietary/emm-proprietary-plugins/pull/102
- Handle Windows response codes 406 and 425.
- Now, when uploading a valid ADMX ingestion file, the policy will be installed on the Windows device, and the relevant registry entries will be created correctly. If an invalid file or a file with insufficient permissions is uploaded, the ingestion operation will move to an error state.
Cannot create same ADMX files for 2 tenants
need to fix this
Previously, we added the tenant ID as a prefix to differentiate the ADMX configs. However, this caused an issue when applying the policies on the device side. The generated ADMX registry path included the tenant ID, but the LocURI used to apply the policies did not. As a result, the policies could not be applied. To resolve this issue, removed the tenant ID prefix from the ADMX ingestion install LocURI and then the registry path creation in this PR: https://github.com/entgra-proprietary/emm-proprietary-plugins/pull/147
- Status changed from QA to QA Accept
- Status changed from QA Accept to Closed
Also available in: Atom
PDF