Describe the solution you'd like
Include imported ADMX definitions into backup. They can be retrieved via https://graph.microsoft.com/beta/deviceManagement/groupPolicyUploadedDefinitionFiles
It's also possible to see more details (not available via Intune GUI) regarding related operations for each definition via url like https://graph.microsoft.com/beta/deviceManagement/groupPolicyUploadedDefinitionFiles('item_id')?$expand=GroupPolicyOperations, this could be useful too.
Haven't figured out the way to retrieve the uploaded admx file contents, not sure that's possible at all.
Describe the solution you'd like
Include imported ADMX definitions into backup. They can be retrieved via
https://graph.microsoft.com/beta/deviceManagement/groupPolicyUploadedDefinitionFilesIt's also possible to see more details (not available via Intune GUI) regarding related operations for each definition via url like
https://graph.microsoft.com/beta/deviceManagement/groupPolicyUploadedDefinitionFiles('item_id')?$expand=GroupPolicyOperations, this could be useful too.Haven't figured out the way to retrieve the uploaded admx file contents, not sure that's possible at all.