Actions
Improvement #12617
openRefactor the application management policy create and revoke operations
Start date:
05/05/2025
Due date:
% Done:
100%
Estimated time:
Device Type:
Windows
Component:
Type:
Windows
Description
Environment details
UEM Server - 6.4.0
Description
The current implementation checks each option as a different policy, which increases the payload size and impacts performance. These operations are redundant, as the payload doesn't require to check each feature code individually.
- Refactor the application management code and remove the redundant check of each feature code separately.
Updated by Subodhinie chathurajika 19 days ago
- Project changed from product-uem 7.0.0 GA to product-uem 7.1.0 GA
Updated by Navod Zoysa 6 days ago
- Project changed from product-uem 7.1.0 GA to product-uem 7.0.0 GA
- Assignee set to Ruwin Dissanayake
- Start date changed from 17/02/2025 to 05/05/2025
- Device Type set to Windows
Updated by Subodhinie chathurajika 4 days ago
- Status changed from New to Implementation
Updated by Ruwin Dissanayake 1 day ago
- Status changed from Implementation to QA
- % Done changed from 50 to 100
Updated by Ruwin Dissanayake 1 day ago
Most of the app management policy related registry values can be found here in the windows registry editor "Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Appx"
https://learn.microsoft.com/en-us/windows/client-management/mdm/policy-csp-applicationmanagement
Actions