#microsoft.graph.omaSettingStringXml - Actual Value #3311
Unanswered
ItsNotEvenReal
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question about results returned from Get-MgDeviceManagementDeviceConfiguration
$customPolicy = Get-MgDeviceManagementDeviceConfiguration -DeviceConfigurationId ''
$omaUriSetting = $customPolicy.AdditionalProperties.omaSettings
When I look at the output of this command, each of the omaSettings for the '@odata.type' #microsoft.graph.omaSettingStringXml
has a value of 'PGEvPg=='
When looking in Intune this is not the case, and I am a little confused as to what is happening or how to get the actual value.
anyone else seen this issue before? Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions