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 322b6ad commit f4a0434Copy full SHA for f4a0434
Modules/CIPPCore/Public/Standards/Invoke-CIPPStandardAppDeploy.ps1
@@ -69,7 +69,7 @@ function Invoke-CIPPStandardAppDeploy {
69
}
70
71
if ($Settings.report -eq $true) {
72
- $StateIsCorrect = $MissingApps.Count -eq 0 ? $true : $MissingApps
+ $StateIsCorrect = $MissingApps.Count -eq 0 ? $true : @{appids = $MissingApps -join ',' }
73
Set-CIPPStandardsCompareField -FieldName 'standards.AppDeploy' -FieldValue $StateIsCorrect -TenantFilter $tenant
74
Add-CIPPBPAField -FieldName 'AppDeploy' -FieldValue $StateIsCorrect -StoreAs bool -Tenant $tenant
75
0 commit comments