File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Entrypoints/HTTP Functions/Endpoint/MEM Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ function Compare-CIPPIntuneObject {
2828 ' qualityUpdatesWillBeRolledBack' ,
2929 ' qualityUpdatesPauseStartDate' ,
3030 ' featureUpdatesPauseStartDate'
31+ ' wslDistributions' ,
32+ ' lastSuccessfulSyncDateTime'
3133 )
3234
3335 $excludeProps = $defaultExcludeProperties + $ExcludeProperties
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ function Invoke-ListIntuneTemplates {
5656 value = $package
5757 type = ' tag'
5858 templateCount = ($RawTemplates | Where-Object { $_.Package -eq $package }).Count
59- templates = ($RawTemplates | Where-Object { $_.Package -eq $package } | ForEach-Object {
59+ templates = @ ($RawTemplates | Where-Object { $_.Package -eq $package } | ForEach-Object {
6060 try {
6161 $JSONData = $_.JSON | ConvertFrom-Json - Depth 100 - ErrorAction SilentlyContinue
6262 $data = $JSONData.RAWJson | ConvertFrom-Json - Depth 100 - ErrorAction SilentlyContinue
You can’t perform that action at this time.
0 commit comments