We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af110ce commit 5ce5e7cCopy full SHA for 5ce5e7c
1 file changed
Modules/CIPPCore/Public/Standards/Invoke-CIPPStandardAddDKIM.ps1
@@ -111,7 +111,7 @@ function Invoke-CIPPStandardAddDKIM {
111
$NewDomains = $AllDomains | Where-Object { $DKIM.Domain -notcontains $_ }
112
$SetDomains = $DKIM | Where-Object { $AllDomains -contains $_.Domain -and $_.Enabled -eq $false }
113
114
- $MissingDKIM = [System.Collections.Generic.List[string]]::new()
+ $MissingDKIM = [System.Collections.Generic.List[object]]::new()
115
if ($null -ne $NewDomains) {
116
$MissingDKIM.AddRange(@($NewDomains))
117
}
0 commit comments