Update safelist using Powershell in Exchange 2007

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

1 thought on “Update safelist using Powershell in Exchange 2007

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.