--
You received this message because you are subscribed to the Google Groups "ntsysadmin" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ntsysadmin+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ntsysadmin/SJ0PR12MB67339C6C2C886C01CFF8D0FFA9EDA%40SJ0PR12MB6733.namprd12.prod.outlook.com.
No it isn’t.
Why change the email addresses?
Typically in this scenario the target tenant has the domain as an InternalRelay with the source tenant having the domain as Authoritative. Then the migration “magically” takes care of this problem.
Thanks.
Regards,
Michael B. Smith
Managing Consultant
Smith Consulting, LLC
To view this discussion on the web visit https://groups.google.com/d/msgid/ntsysadmin/SJ0PR12MB6733B46C557B96262A9C386FA9EDA%40SJ0PR12MB6733.namprd12.prod.outlook.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ntsysadmin/SJ0PR12MB6733430344294D384A9371C4A9EDA%40SJ0PR12MB6733.namprd12.prod.outlook.com.
How we’d do it on-premises:
# Added 2023-09-07
$DomainName = "DOMAIN.Com"
# TODO Create the Domain
New-AcceptedDomain -DomainName "DOMAIN.Com" -DomainType Authoritative -Name "DOMAIN.Com"
# TODO Create the EAP
New-EmailAddressPolicy "EAP-DOMAIN.Com" -RecipientFilter {((MemberOfGroup -eq "CN=DOMAIN.Com,OU=E-mail Address Policy Groups,OU=MyDCom-HO-Groups,OU=MyDCom-HO-HeadOffice,DC=Site,DC=DOMAIN,DC=Com"))} -EnabledEmailAddressTemplates "SMTP:%m...@DOMAIN.Com","smtp:%m...@DOMAIN2.Com"
Get-EmailAddressPolicy | Sort-Object Priority
# TODO Apply the address Policies
Update-EmailAddressPolicy -Identity "EAP-DOMAIN.Com"
# ? Remove if needed
Remove-EmailAddressPolicy "EAP-DOMAIN.Com" -Confirm:$False
A Security Group called DOMAIN.Com in the indicated OU would be the delimiter as far as the default SMTP (FROM) address.
When you’re ready to flip users just toss them into the Security Group. Make sure the above EAP is one step above the Default EAP in the sort order.
Philip Elder MCTS
Senior Technical Architect
Microsoft High Availability MVP
E-mail: Phili...@mpecsinc.ca
Phone: +1 (780) 458-2028
Web: www.mpecsinc.com
Blog: blog.mpecsinc.com
Twitter: Twitter.com/MPECSInc
Skype: MPECSInc.
Please note: Although we may sometimes respond to email, text and phone calls instantly at all hours of the day, our regular business hours are 8:00 AM - 5:00 PM, Monday thru Friday.
From: ntsys...@googlegroups.com <ntsys...@googlegroups.com>
On Behalf Of Jonathan Raper
To view this discussion on the web visit https://groups.google.com/d/msgid/ntsysadmin/SJ0PR12MB6733B46C557B96262A9C386FA9EDA%40SJ0PR12MB6733.namprd12.prod.outlook.com.
Is using a mail alias an option to provide both the old and new addresses? If so the entire transition is triggered by the change to the MX records.
--
There are 10 kinds of people in the world...
those who understand binary and those who don't.
¯\_(ツ)_/¯
To view this discussion on the web visit https://groups.google.com/d/msgid/ntsysadmin/SJ0PR12MB6733B46C557B96262A9C386FA9EDA%40SJ0PR12MB6733.namprd12.prod.outlook.com.