Aug 02, 2019 09:03
Set-MailboxJunkEmailConfiguration -Enabled <$true | $false>
Массовое отключение
$All = Get-Mailbox -RecipientTypeDetails UserMailbox -ResultSize Unlimited; $All | foreach {Set-MailboxJunkEmailConfiguration $_.Name -Enabled $false}
exchange,
напоработать