在 Exchange 2013 中禁用 Outlook Web Access 垃圾邮件筛选

eww*_*ite 5 email spam group-policy exchange-2013 outlook-web-app

默认情况下,Exchange 2013 中的 Outlook Web Access (OWA) 似乎将可疑的垃圾邮件移动到垃圾邮件文件夹。这在我的大多数环境中都是不受欢迎的行为,因为我们安装了梭子鱼垃圾邮件过滤器

我想为 Exchange 2013 环境中的所有现有和未来用户全局完成以下设置。实现这一目标的最不痛苦的方法是什么?

在此处输入图片说明


我认为 Exchange shell 会很神奇,但正在运行
Get-Mailbox | Set-MailboxJunkEmailConfiguration -Enabled $false

产生...

The Junk Email configuration couldn't be set. The user needs to sign in to Outlook Web App before they can modify
their Safe Senders and Recipients or Blocked Senders lists.
    + CategoryInfo          : NotSpecified: (:) [Set-MailboxJunkEmailConfiguration], DataSourceOperationException
    + FullyQualifiedErrorId : [Server=BANANA,RequestId=479f4808-2eda-4175-8503-7b670e46c277,TimeStamp=8/4/2014 4:33:33
    PM] [FailureCategory=Cmdlet-DataSourceOperationException] 44FC7257,Microsoft.Exchange.Management.StoreTasks.SetMa
  ilboxJunkEmailConfiguration
    + PSComputerName        : banana
Run Code Online (Sandbox Code Playgroud)

小智 0

我建议您为您的组织创建一条传输规则,其中将垃圾邮件置信度设置为 -1。在 powerShell 中它会像这样:

New-TransportRule -Name '禁用垃圾邮件过滤' -Priority '0' -SetSCL '-1'