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 b50118e commit c3204eeCopy full SHA for c3204ee
Modules/CIPPCore/Public/Standards/Invoke-CIPPStandardGroupTemplate.ps1
@@ -130,6 +130,6 @@ function Invoke-CIPPStandardGroupTemplate {
130
$fieldValue = $MissingGroups -join ', '
131
}
132
133
- Set-CIPPStandardsCompareField -FieldName 'standards.SafeSendersDisable' -FieldValue $fieldValue -Tenant $Tenant
+ Set-CIPPStandardsCompareField -FieldName 'standards.GroupTemplate' -FieldValue $fieldValue -Tenant $Tenant
134
135
0 commit comments