Improvement #12477
Updated by Thilina Sandaruwan about 1 month ago
*Description* The current implementation uses the storage management utility and converts Ingestion admx and adml file content certain 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 *Tasks* * 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.