Issue 140 - Read Write permissions for Device Configurations #141
gmenziesint
started this conversation in
General
Replies: 1 comment 3 replies
-
It would definitely be possible to add an argument like |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just wanted to provide an update on an issue I raised without re-opening it again.
I've raised a ticket with MS for this issue #140 , it appears that you need
DeviceManagementConfiguration.ReadWrite.All
for https://learn.microsoft.com/en-us/graph/api/intune-deviceconfig-deviceconfiguration-getomasettingplaintextvalue?view=graph-rest-1.0The docs state that read can be used but as we've noticed this doesn't work correctly.
In the absolute worst case that MS don't provide a fix for this, would it be possible to have a parameter to ignore encrypted OMA settings so that the backup can be run using read only permissions or even an exclusion option to exclude encrypted OMA settings?
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions