Skip to content

Commit f4a0434

Browse files
improvements to shown data
1 parent 322b6ad commit f4a0434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/CIPPCore/Public/Standards/Invoke-CIPPStandardAppDeploy.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function Invoke-CIPPStandardAppDeploy {
6969
}
7070

7171
if ($Settings.report -eq $true) {
72-
$StateIsCorrect = $MissingApps.Count -eq 0 ? $true : $MissingApps
72+
$StateIsCorrect = $MissingApps.Count -eq 0 ? $true : @{appids = $MissingApps -join ',' }
7373
Set-CIPPStandardsCompareField -FieldName 'standards.AppDeploy' -FieldValue $StateIsCorrect -TenantFilter $tenant
7474
Add-CIPPBPAField -FieldName 'AppDeploy' -FieldValue $StateIsCorrect -StoreAs bool -Tenant $tenant
7575
}

0 commit comments

Comments
 (0)