Actions
Improvement #12477
openImprovement #12501: Improvements in admx ingestion support feature
Refactor to Remove Unnecessary Storage Management Utility and Base64 Conversion
Start date:
29/01/2025
Due date:
% Done:
0%
Estimated time:
Device Type:
Windows
Component:
Device Management
Type:
Description
Description
The current implementation uses the storage management utility and converts Ingestion admx and adml file content data to Base64, which increases the payload size and impacts performance. These operations are redundant, as the payload doesn't require Base64 encoding.
Environment details
UEM Server - 7.0
- Remove the use of the storage management utility.
- Eliminate Base64 conversion for payload data.
- Refactor related components or methods to handle the data without these conversions.
Actions