Jump to content


  • 0
Andersson

How to update legacy email address policys

Question

This is an easy step-by-step guide how to upgrade the legacy policies when

transition from Exchange 2000 or 2003 to 2007 or 2010 there's a need for upgrading the email address policies.

 

Also remember, this is example without any guarantee!

 

Don't forget! Before running these commands make sure that you remove mailbox management policy, or else you will get problems.

 

Get-EmailAddressPolicy | where { $_.RecipientFilterType -eq "Legacy" } | Set-EmailAddressPolicy –IncludedRecipients AllRecipients

Set-AddressList "All Contacts" -IncludedRecipients MailContacts

Set-AddressList "All Groups" -IncludedRecipients MailGroups

Set-AddressList "All Users" -IncludedRecipients MailboxUsers

Set-AddressList "Public Folders" -RecipientFilter { RecipientType -eq 'PublicFolder' }

Set-GlobalAddressList "Default Global Address List" -RecipientFilter {(Alias -ne $null -and (ObjectClass -eq 'user' -or ObjectClass -eq 'contact' -or ObjectClass -eq 'msExchSystemMailbox' -or ObjectClass -eq 'msExchDynamicDistributionList' -or ObjectClass -eq 'group' -or ObjectClass -eq 'publicFolder'))}

 

They work like a charm :-)

(Check the formating..)

Share this post


Link to post
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.