We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac5acaa commit d1d0d5cCopy full SHA for d1d0d5c
1 file changed
Modules/CIPPCore/Public/Compare-CIPPIntuneObject.ps1
@@ -257,7 +257,7 @@ function Compare-CIPPIntuneObject {
257
}
258
259
260
- Default {
+ default {
261
if ($settingInstance.simpleSettingValue?.value) {
262
$label = if ($intuneObj?.displayName) {
263
$intuneObj.displayName
@@ -337,6 +337,9 @@ function Compare-CIPPIntuneObject {
337
} else {
338
$child.choiceSettingValue.value
339
340
+ if (!$childValue -and $child.simpleSettingValue.value) {
341
+ $childValue = $child.simpleSettingValue.value
342
+ }
343
344
345
# Add object to our temporary list
@@ -351,7 +354,7 @@ function Compare-CIPPIntuneObject {
351
354
352
355
353
356
357
358
359
360
0 commit comments