Skip to content

Commit f089f9c

Browse files
Merge pull request #31208 from MicrosoftDocs/main
[AutoPublish] main to live - 03/25 13:41 PDT | 03/26 02:11 IST
2 parents 4c8de4a + 65f2993 commit f089f9c

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

microsoft-365/enterprise/cross-tenant-identity-mapping.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The target MailUser must have these attributes from the source mailbox or assign
9696
3. LegacyExchangeDN (flow as proxyAddress, `"x500:<LegacyExchangeDN>"`): The LegacyExchangeDN must be present on the target MailUser as x500: proxyAddress. All the x500 addresses from the source mailbox must be on the target mail user. The move process doesn't proceed if these x500 addresses aren't present on the target object. This step is important for enabling reply ability for emails sent before migration. The sender/recipient address in each email item and the autocomplete cache in Microsoft Outlook and in Microsoft Outlook Web App (OWA) use the value of the LegacyExchangeDN attribute. If a user can't be located using the LegacyExchangeDN value, the delivery of email messages may fail with a 5.1.1 NDR.
9797
4. UserPrincipalName: UPN aligns to the user's ***new*** identity or target company (for example, [email protected]).
9898
5. Primary SMTPAddress: Primary SMTP address aligns to the user's NEW company (for example, [email protected]).
99-
6. TargetAddress/ExternalEmailAddress: MailUser references the user's current mailbox hosted in source tenant (for example [email protected]). When this value is assigned, confirm you're also assigning PrimarySMTPAddress. Otherwise, this value sets the PrimarySMTPAddress, which causes move failures.
99+
6. TargetAddress/ExternalEmailAddress: MailUser references the user's current mailbox hosted in source tenant (for example, [email protected]). When this value is assigned, confirm you're also assigning PrimarySMTPAddress. Otherwise, this value sets the PrimarySMTPAddress, which causes move failures.
100100
7. You can't add legacy SMTP proxy addresses from the source mailbox to the target MailUser. For example, you can't maintain source.com on the MEU in target.onmicrosoft.com tenant objects. Domains are associated with one Microsoft Entra ID or Exchange Online tenant only.
101101

102102
To confirm the source user's attributes, run:
@@ -385,6 +385,7 @@ The CTIMwrite command writes the following attributes from the mapped source mai
385385
```powershell
386386
Write-CtimIdentitiesInOnPremises -IdentitiesCsvFilepath <path> -ProgressOutputCsvFilePath <path>
387387
```
388+
Using Cross-Tenant Identity Mapping reduces mistakes when configuring target objects for a migration by automatically configuring values such as _ExchangeGuid_, _ArchiveGuid_, and all necessary _X.500 proxy addresses_.
388389
389390
This command updates MailUser attributes in the on-premises Active Directory (AD).
390391

microsoft-365/enterprise/cross-tenant-mailbox-migration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -571,24 +571,24 @@ [email protected] {FullAccess}
571571
> [!NOTE]
572572
> Cross-tenant mailbox and calendar permissions aren't supported. You must organize principals and delegates into consolidated move batches so that these connected mailboxes are transitioned at the same time from the source tenant.
573573
574-
### What X500 proxy should be added to the target MailUser proxy addresses to enable migration?
574+
### What X.500 proxy should be added to the target MailUser proxy addresses to enable migration?
575575

576-
The cross-tenant mailbox migration requires that the LegacyExchangeDN value of the source mailbox object is stamped as an x500 email address on the target MailUser object.
576+
The cross-tenant mailbox migration requires that the LegacyExchangeDN value of the source mailbox object is stamped as an X.500 email address on the target MailUser object.
577577

578578
Example:
579579

580580
```PowerShell
581581
LegacyExchangeDN value on source mailbox is:
582582
/o=First Organization/ou=Exchange Administrative Group(FYDIBOHF23SPDLT)/cn=Recipients/cn=d11ec1a2cacd4f81858c81907273f1f9Lara
583583
584-
so, the x500 email address to be added to target MailUser object would be:
584+
so, the X.500 email address to be added to target MailUser object would be:
585585
x500:/o=First Organization/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=d11ec1a2cacd4f81858c81907273f1f9-Lara
586586
```
587587

588588
> [!NOTE]
589-
> In addition to this X500 proxy, you need to copy all X500 proxies from the mailbox in the source to the mailbox in the target.
589+
> In addition to this X.500 proxy, you need to copy all X.500 proxies from the mailbox in the source to the mailbox in the target.
590590
>
591-
> While rare, you could also run across an X400 proxy address on a mailbox. While it's not a requirement for the move to complete, we recommend you also stamp this address on the target mail user object.
591+
> While rare, you could also run across an X.400 proxy address on a mailbox. While it's not a requirement for the move to complete, we recommend you also stamp this address on the target MailUser object.
592592
593593
### Can the source and target tenants utilize the same domain name?
594594

microsoft-365/enterprise/cross-tenant-multitenant-migration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ After mapping identities, you must write mailbox attributes from the source tena
142142
- Initiate the write request:
143143
- `New-CtimWriteRequest -SourceTenantGuid <GUID>`
144144

145-
This command writes attributes (ExchangeGuid, ArchiveGuid, X500 proxy addresses, and so on) from the mapped source mailbox user to the target MailUser object.
145+
This command writes attributes (ExchangeGuid, ArchiveGuid, X.500 proxy addresses, and so on) from the mapped source mailbox user to the target MailUser object.
146146

147147
### Validation
148148

@@ -152,11 +152,11 @@ This command writes attributes (ExchangeGuid, ArchiveGuid, X500 proxy addresses,
152152

153153
**Before the write process**
154154

155-
MailUser objects have no ExchangeGuid or X500 addresses—only SMTP addresses.
155+
MailUser objects have no ExchangeGuid or X.500 addresses—only SMTP addresses.
156156

157157
**After the write process**
158158

159-
ExchangeGuid, ArchiveGuid (if applicable), and X500 proxy addresses are populated. All necessary attributes for migration and mail routing are present.
159+
ExchangeGuid, ArchiveGuid (if applicable), and X.500 proxy addresses are populated. All necessary attributes for migration and mail routing are present.
160160

161161
## Migration application setup
162162

0 commit comments

Comments
 (0)