Skip to content

Commit 8c03182

Browse files
committed
remove agents prop from compare
1 parent 7e08cac commit 8c03182

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Modules/CIPPCore/Public/Compare-CIPPIntuneObject.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ function Compare-CIPPIntuneObject {
3030
'featureUpdatesPauseStartDate'
3131
'wslDistributions',
3232
'lastSuccessfulSyncDateTime',
33-
'tenantFilter'
33+
'tenantFilter',
34+
'agents'
3435
)
3536

3637
$excludeProps = $defaultExcludeProperties + $ExcludeProperties

0 commit comments

Comments
 (0)