Começ-Caixa postal - OrganizationalUnit “OU=orgunitname, dc=subdomain, dc=topdomain” - ResultSize 8000 - linkedmailbox de RecipientTypeDetails | % {
$missinglth = $missingplc = $false
$addresses = $_.emailaddresses | ? {$_.prefixstring - eq “smtp”} |
% {$_.addressstring} | Selecionar-Corda - teste padrão “@ (. +)” | % {$_.matches [0] .groups [1] .value.tolower ()}
se ($addresses - notcontains “plc.com”) {$missingplc = $true}
se ($addresses - notcontains “lth.com”) {$missinglth = $true}
se ($missinglth - ou $missingplc) {
Novo-Objeto - psobject de TypeName - propriedade @ {
nome = $_.name
Identidade = $_.identity;
Missinglth = $missinglth;
Missingplc = $missingplc
}
}
} | os ft nomeiam, identidade, missinglth, missingplc
|