We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a099e6b commit ac3d8d9Copy full SHA for ac3d8d9
Modules/CIPPCore/Public/Compare-CIPPIntuneObject.ps1
@@ -28,6 +28,8 @@ function Compare-CIPPIntuneObject {
28
'qualityUpdatesWillBeRolledBack',
29
'qualityUpdatesPauseStartDate',
30
'featureUpdatesPauseStartDate'
31
+ 'wslDistributions',
32
+ 'lastSuccessfulSyncDateTime'
33
)
34
35
$excludeProps = $defaultExcludeProperties + $ExcludeProperties
0 commit comments