get-mailbox -ResultSize Unlimited | where {$_.RecipientType -eq [Microsoft.Exchange.Data.Directory.Recipient.RecipientType]::UserMailbox } | update-safelist
Tags: Exchange 2007, Powershell, safelist
get-mailbox -ResultSize Unlimited | where {$_.RecipientType -eq [Microsoft.Exchange.Data.Directory.Recipient.RecipientType]::UserMailbox } | update-safelist
Tags: Exchange 2007, Powershell, safelist
if you use Safe Domains, add ” -IncludeDomains”
In SP1, Microsoft changed “update-safelist”
http://technet.microsoft.com/en-us/library/bb125034.aspx