Update safelist using Powershell in Exchange 2007

get-mailbox -ResultSize Unlimited | where {$_.RecipientType -eq [Microsoft.Exchange.Data.Directory.Recipient.RecipientType]::UserMailbox } | update-safelist

Tags: , ,

One Response to “Update safelist using Powershell in Exchange 2007”

  1. saskovel Says:

    if you use Safe Domains, add ” -IncludeDomains”

    In SP1, Microsoft changed “update-safelist”
    http://technet.microsoft.com/en-us/library/bb125034.aspx

Leave a Reply