Cross Tenant Mailbox Migration: Microsoft 365 Tenant to Tenant Mailbox Migration

Sdílet
Vložit
  • čas přidán 11. 07. 2023
  • Microsoft 365 Tenant to Tenant Migration: office365concepts.com/tenant-...
    #office365concepts #m365 #migration #exchangeonline #office365
    In this video, we'll walk you through how to migrate mailboxes from one Microsoft 365 tenant to another. Migrating a mailbox from one Microsoft 365 tenant to another can be a challenging task. However, with the help of this video, you will be able to migrate your mailbox without any Issues! By the end of this video, you'll know how to migrate a mailbox from one Microsoft 365 tenant to another Microsoft 365 Tenant.
    Commands:
    =========
    Invitation Link:
    ========
    login.microsoftonline.com/con...[application_id_of_the_app_you_just_created]&redirect_uri=office.com
    Create Migration Endpoint
    $dehydrated=Get-OrganizationConfig | select isdehydrated
    if ($dehydrated.isdehydrated -eq $true) {Enable-OrganizationCustomization}
    $AppId = "Migration Application ID"
    $Credential = New-Object -TypeName System.Management.Automation.PSCredential -ArgumentList $AppId, (ConvertTo-SecureString -String "Password copied in previous step" -AsPlainText -Force)
    New-MigrationEndpoint -RemoteServer outlook.office.com -RemoteTenant "SourceTenant.onmicrosoft.com" -Credentials $Credential -ExchangeRemoteMove:$true -Name "Name of your migration endpoint" -ApplicationId $AppId
    Create Organization Relationship
    $sourceTenantId="Tenant ID of Source Tenant"
    $orgrels=Get-OrganizationRelationship
    $existingOrgRel = $orgrels | ?{$_.DomainNames -like $sourceTenantId}
    If ($null -ne $existingOrgRel)
    {
    Set-OrganizationRelationship $existingOrgRel.Name -Enabled:$true -MailboxMoveEnabled:$true -MailboxMoveCapability Inbound
    }
    If ($null -eq $existingOrgRel)
    {
    New-OrganizationRelationship "Name of organization relationship" -Enabled:$true -MailboxMoveEnabled:$true -MailboxMoveCapability Inbound -DomainNames $sourceTenantId
    }
    #Prepare Source tenant
    $targetTenantId="Tenant id of the Target Tenant"
    $appId="Migration Application ID"
    $scope="Name of the Security Group"
    New-DistributionGroup -Type Security -Name $scope
    $orgrels=Get-OrganizationRelationship
    $existingOrgRel = $orgrels | ?{$_.DomainNames -like $targetTenantId}
    If ($null -ne $existingOrgRel)
    {
    Set-OrganizationRelationship $existingOrgRel.Name -Enabled:$true -MailboxMoveEnabled:$true -MailboxMoveCapability RemoteOutbound -OAuthApplicationId $appId -MailboxMovePublishedScopes $scope
    }
    If ($null -eq $existingOrgRel)
    {
    New-OrganizationRelationship "name of your organization relationship" -Enabled:$true -MailboxMoveEnabled:$true -MailboxMoveCapability RemoteOutbound -DomainNames $targetTenantId -OAuthApplicationId $appId -MailboxMovePublishedScopes $scope
    }
    #Create migration batch
    New-MigrationBatch -Name "Batch Name" -SourceEndpoint "Migration Endpoint Name" -CSVData ([System.IO.File]::ReadAllBytes('c:\file.csv')) -Autostart -TargetDeliveryDomain "Target Tenant .onmicrosoft.com domain"
    tenant to tenant migration office 365 step by step
    tenant to tenant migration
    tenant to tenant migration office 365
    tenant to tenant migration o365
    tenant to tenant mailbox migration
    tenant to tenant migration step by step
    tenant to tenant migration tool
    tenant to tenant migration checklist

Komentáře • 92

  • @javiergroning1083
    @javiergroning1083 Před 2 měsíci +1

    Excellent!!! The best of all the videos I've seen. Clear and concise. Thank you!!!!

  • @mohammedkhizar8858
    @mohammedkhizar8858 Před 7 měsíci +2

    Excellent explaination step by step ...much appreciated ur hard work for preparing this video.

  • @santhoshshashi303
    @santhoshshashi303 Před rokem +1

    Thank you sharing the video. Today i learnt new things. ❤

  • @ismailsouit4205
    @ismailsouit4205 Před 5 měsíci +1

    The best explaination reguarding Tenant to Tenant migration

  • @nobody-P
    @nobody-P Před 8 měsíci

    Such an extraordinary explanation... THank you, Sir...

  • @user-gw2wp5dn3p
    @user-gw2wp5dn3p Před 10 měsíci +1

    Thanks a lot as always.

  • @thalablack4296
    @thalablack4296 Před 11 měsíci +2

    Thank you bro for quick and easy explanation.
    Could you pls provide more details about prerequisite, outlook configuration, keypoints /challenges in tenant to tenant migration

  • @farid6448
    @farid6448 Před 10 měsíci

    Great session, thank you.

  • @prassanna6521
    @prassanna6521 Před 25 dny

    WOW!Excellent video and gain lot of knowledge on from this thank you,can you please upload a video about migration troobleshooting also that helps a a lot for everyone...

  • @Nawinsana
    @Nawinsana Před rokem

    Thank you Sir! The video was well explained. Please make more vides on Exchange, Onedrive, Sharepoint Migration

  • @DevOffice365
    @DevOffice365 Před rokem

    Thanks for information mate👏👏👏👏

  • @ChandanKumar-hg3eq
    @ChandanKumar-hg3eq Před rokem +1

    Excelent explanation.
    Thank you!
    Please suggest can we use this method for migration of single domain users from one tenant to another.

  • @edtan9761
    @edtan9761 Před 4 měsíci

    so user friendly!

  • @timirghosh9007
    @timirghosh9007 Před rokem

    Brilliant Explanation !!

  • @funislife1
    @funislife1 Před 11 měsíci

    Very good video and very useful. Thanks for your wonderful information it will help lots of engineers to upskills their migration knowledge. Can you please also suggest how to do migration for OneDrive and Teams data ❤❤

  • @adalidaborip1726
    @adalidaborip1726 Před měsícem +1

    There is a reason I can't see "Migration" in my Microsoft365 admin center menu?

  • @frankmvabaza
    @frankmvabaza Před rokem

    The best explanation.
    Thank you.
    Can you migrate active users while working?
    When the migration is complete, do you still have to configure the mailbox?
    How many mailboxes are you allowed to migrate across?

  • @sarfarazahmad221
    @sarfarazahmad221 Před 10 měsíci

    Awesome🎉

  • @KaizenX7
    @KaizenX7 Před 8 měsíci +4

    Hi. Thank you but i have this problem. When you created the mailuser on the new tenant, the user get no mailbox. How do i convert the mail user to a normal user ?

  • @Timmy-Hi5
    @Timmy-Hi5 Před 11 měsíci

    excelent 😄

  • @SanthoshKumar-tn6tu
    @SanthoshKumar-tn6tu Před rokem +3

    Hi, Thank you for the detailed info. Is there any seperate add-on license required to perform this migration along with E3..or else just E3 license sufficient at both source and destination side??

    • @soumyakantighosh2717
      @soumyakantighosh2717 Před 5 měsíci

      as of now, Microsoft is providing this add license in every license type. So you can just select any license for the migration type

  • @mayase2011
    @mayase2011 Před 11 měsíci

    Good Day,
    I have been following your videos' on CZcams and you are really good at what you do. My question is how do i cross migrate a SharePoint site from tenant to tenant after i am done migrating my mailboxes?
    Kindly Guide.

  • @PaoloGualano-ei7ni
    @PaoloGualano-ei7ni Před 9 měsíci

    Hi, the video is very nice. One question, please. When we assign the license to the target MailUser, the mailbox creation process is not completed. It goes on and on. Do you have any suggestions or a way, or command, to understand what is happening to the destination mailbox? We have already configured the two properties before assigning the licenses.

  • @sandeeppatel-dg1xh
    @sandeeppatel-dg1xh Před rokem

    Thank you for explaining in a very crystal way, Is it possible for you to make video from Migration of Google to O365?

  • @wajaniTV
    @wajaniTV Před 4 měsíci

    Hello professor, can you make a video on Microsoft Endpoint security specifically EPM?

  • @udaykumar-os3gq
    @udaykumar-os3gq Před 9 měsíci

    Hi Sir, great explanation i appreciate your efforts.could you please explain how to do migration for large numbers of users

  • @tushargade2242
    @tushargade2242 Před 7 měsíci

    Please make video on migration from exchange server 2010/2013 to exchange server 2016/2019 with all types like cutover/stagged/ imap (if used)/ or any other type can be used

  • @akshayakrishnan4164
    @akshayakrishnan4164 Před rokem

    Please do a video of migration from third party tools like bittitan . Thanks in advance

  • @user-mg1ep9be8l
    @user-mg1ep9be8l Před 5 měsíci +1

    Thanks Sir

    • @Office365Concepts
      @Office365Concepts  Před 5 měsíci +2

      Hi, Thank you. Please bookmark our blog for easy access and setup cross tenant migration office365concepts.com/tenant-to-tenant-migration/

  • @pawankhunger275
    @pawankhunger275 Před rokem

    Thanks. This is a wonderful explanation and I love the work you do.
    I have a question here, if I’ve 1000 users to migrate. So do I need to set legacyexchange and exchange guid for all of them?? Or is there any other way of doing it either by PS or GUI?

    • @Office365Concepts
      @Office365Concepts  Před rokem

      You can use PowerShell script to export and import these values for multiple users.

    • @user-gw2wp5dn3p
      @user-gw2wp5dn3p Před 10 měsíci +1

      @@PrabakaranRaju-nk4vt This much something you are expected to do without any help as you are doing Migration of 1000 users.

  • @late510
    @late510 Před 4 měsíci

    Hey @Office365Concepts, at 9:30 to 11:00, your two LEDNs did NOT update. They don't update when I tried that command on my system, too.

  • @maimagdi2114
    @maimagdi2114 Před 8 měsíci +1

    thanks for your video, I follow the steps but I got the below error after run the migration batch, how ever I can see the source and target have license.
    Migration rate:
    Error: CrossTenantMigrationWithoutLicensePermanentException: No license was found for the source recipient, '28e3a14a-93b5-41d8-877e-a5727f6a06a7', or the target recipient, '28e3a14a-93b5-41d8-877e-a5727f6a06a7'. A Cross-tenant User Data Migration license is required to move a mailbox between tenants

  • @YahkoobAyappally
    @YahkoobAyappally Před 4 měsíci

    I believe there is small mistake in the script running in Source Tenant.
    If we are creating mail enabled security group manually, then no need to include the script new-distributiongroup command line. It’s repeating the step

  • @srikanthsatyanarayana4457
    @srikanthsatyanarayana4457 Před 3 měsíci

    Hi, i just followed exactly the way you explained, however the batch completed with error, and it is because of the licence issue even after assigning the licence in both source and Target domain.

  • @Chalamusafir
    @Chalamusafir Před 10 měsíci +1

    At 9:31 -- used the wrong syntax due to which any other preexisting proxyaddress got removed.
    at 9:59 and 11:03 LEDN is not showing as updated coz LEDN from source is added as Proxy to Target Mailuser.
    Let me know if I am wrong or missed something
    Just learning

    • @late510
      @late510 Před 4 měsíci

      Did you ever figure this out? When running "set-mailuser -identity "xxxxx" -exchangeguid "xxxxx" -emailaddresses "x500:xxxxx", I get the same warning message about Windows Live ID and the LEDN is not updated when I check to verify with the get-mailuser command

  • @supersadman9002
    @supersadman9002 Před 6 měsíci

    Hello,
    I would like to migration only 5 mailboxes while other 10 mailboxes are keep in source tenant. is it okay or not?

  • @prabu5113
    @prabu5113 Před rokem

    From where you got that link, can explain all steps, it can be easy to understand, now its little tough

  • @dmontanez36
    @dmontanez36 Před 2 měsíci

    What happends to the One Drive Content for the users migrated?

  • @hengloongaw3670
    @hengloongaw3670 Před 4 měsíci

    Hello Sir.. Does this migration included SharePoint , Teams and etc? I actually sourcing out how to do tenant to tenant migration .

  • @FSCadmin
    @FSCadmin Před 9 měsíci +1

    hi thanks for this video, very helpful! , at 11:01 you say that both ExchangeGuid and LegacyExchangeDN were updated but the LegacyExchangeDN is the same as before. Is this normal?
    I am asking because I tried to do run the same commands and I got the same result as in your video. What happens if LegacyExchangeDN is not updated to match the source? Thanks!

    • @late510
      @late510 Před 4 měsíci

      Did you ever figure this out? When running "set-mailuser -identity "xxxxx" -exchangeguid "xxxxx" -emailaddresses "x500:xxxxx", I get the same warning message about Windows Live ID and the LEDN is not updated when I check to verify with the get-mailuser command

    • @FSCadmin
      @FSCadmin Před 4 měsíci

      @@late510 in the end i gave up the idea of a manual migration and used a 3rd-party tool that made my life much easier!
      The issue with MS was that they require an enterprise license for this type of migration, which we don't have or need.
      I ended up using MigrationWiz from BitTitan, the cost was WAY LOWER than MS and most of the tasks were automated.
      I would recommend you MigrationWiz if it's an option.
      Good luck!

  • @arunbc3721
    @arunbc3721 Před rokem

    Hi, is this Cross tenant migration which you have experienced wull that migrate the calendar , contacts and task? Please let me know thank you for the very good informative video

    • @Office365Concepts
      @Office365Concepts  Před rokem

      Yes you can migrate emails, contacts and tasks in cross tenant migration.

  • @prabu5113
    @prabu5113 Před rokem

    Can we do without PowerShell aswell right, using gui

  • @bharat9234
    @bharat9234 Před 9 měsíci

    do you need any License for it, I see microsoft article is saying you need to add add on license?

  • @84dhanreddy
    @84dhanreddy Před 10 měsíci

    Can you do this with online subscription to CSP?

  • @abdelfattahseleim5537
    @abdelfattahseleim5537 Před 8 měsíci

    Thanks
    i have 50 mailbox with teams and drive hosted in GoDaddy with m365 and i want to migrate every thing( mail and teams and grive ) in new tenant in microsoft 365 can you give me best solution to do that , thanks

  • @Shighilkv
    @Shighilkv Před 4 měsíci

    Result : Failed
    Message : Cross tenant move is not supported when source mailbox has a hold or retention policy applied. To
    proceed, please resolve the following hold(s) or retention policies:
    - Organization-wide retention policies are applied. Run Get-OrganizationConfig | Select-Object
    -ExpandProperty InPlaceHolds in source recipient for more information.
    SupportsCutover : False

  • @StudytomyOnlineLearningPlatfor

    Will this include One drive and sharepoint sites data as well

  • @62128Kevin
    @62128Kevin Před rokem

    Thanks to share this !
    It will migrate mailbox including contact/meeting ?

    • @Office365Concepts
      @Office365Concepts  Před rokem

      Hi, in cross-tenant mailbox migration, email, contacts, calendar, tasks, and notes are migrated.

    • @ChandanKumar-hg3eq
      @ChandanKumar-hg3eq Před rokem +1

      @@Office365Concepts Is one drive data also migrated ?

    • @billyilbello4731
      @billyilbello4731 Před 9 měsíci

      i have the same question 😊 @@ChandanKumar-hg3eq

  • @alexb7370
    @alexb7370 Před 11 měsíci

    Hello @Office365Concepts!
    I have 2 mailboxes to migrate from one tenant to another and after performing the migration it gave me errors on both mailboxes stating that "A Cross-tenant User Data Migration license is required to move a mailbox between tenants." .... Have you ever heard about something like this?
    I tried to find it in the MS products, but apparently it's not there.

    • @FSCadmin
      @FSCadmin Před 9 měsíci

      hey, did you ever resolve this? I think you need a migration license as add-on to your MS subscription, I think you need one for each user that is being migrated, if you contact your microsoft reseller you should be able to add it to your tenant.
      Did you complete your migration in the end? I'd love to know how it went as I am creating a strategy to migrate 4 users to a new tenant

    • @alexb7370
      @alexb7370 Před 8 měsíci +1

      @@FSCadmin Actually we ended up moving the mailboxes manually by backing up and importing the content to the new mailboxes. It took some time, but it's free and simple. If you have less than 50 mail accounts to migrate, that would be the solution imho. We didn't migrate TEAMS or anything else except mailboxes content.

    • @kellersoldier6214
      @kellersoldier6214 Před 5 měsíci

      @@alexb7370how did you do it exactly please i need to do this too for my company.

  • @zubinbalsara8414
    @zubinbalsara8414 Před 2 měsíci

    HI there, thanks for sharing such a great video. In our case we want migrate users, but the users have already got a mailbox (not mailuser) created on the target tenant, and they do get emails on the target mailbox. Our goal now is to completely migrate the source mailbox and just keep a redirect on source mailbox to the target mailbox so that any odd emails that make it to the source dont get lost but get redirected to target. HOw would do that kind of migration? Is this method still applicable?

    • @Office365Concepts
      @Office365Concepts  Před 2 měsíci

      Hi Zubin, you can configure Exchange Hybrid migration. If you are not using Exchange server, then you can create a mail flow rule at the source to redirect emails to target tenant. Please refer to below videos:
      czcams.com/video/lU5aCFVR9_k/video.html
      czcams.com/video/MWPSusu8evk/video.html
      czcams.com/video/mX21bao2k8U/video.html

    • @zubinbalsara8414
      @zubinbalsara8414 Před 2 měsíci

      @@Office365Concepts thanks a lot

  • @bihimohamed2563
    @bihimohamed2563 Před 11 měsíci

    Thanks bro for your work
    I have a question please
    I want to creat users in m'y account with powershell but it doesn't let me creat more than one do you have script for this

    • @Office365Concepts
      @Office365Concepts  Před 11 měsíci

      Hi, please refer to this link: czcams.com/video/DzVRZbScoiA/video.html

    • @bihimohamed2563
      @bihimohamed2563 Před 11 měsíci

      You have exceeded the maximum number of allowable transactions. Same problem brother i think that there IS a New update

  • @Larimuss
    @Larimuss Před 29 dny

    What if I want to migrate a domain and mailbox keeping the same domain from source onto target?

  • @ankitpandey-wv3uj
    @ankitpandey-wv3uj Před 11 měsíci

    Hello sir, can you please share the script which you used in all these migration processes.

    • @Office365Concepts
      @Office365Concepts  Před 10 měsíci

      Hi Ankit, all powershell scripts are in the description of this video. Thank you.

    • @ankitpandey-wv3uj
      @ankitpandey-wv3uj Před 10 měsíci

      @@Office365Concepts got it sir, thank you.

  • @killlakill7212
    @killlakill7212 Před 2 měsíci

    Does this actually work?

  • @killlakill7212
    @killlakill7212 Před 2 měsíci

    Hi can i ask what is this video for

    • @killlakill7212
      @killlakill7212 Před 2 měsíci

      Is this for transfering mailbox from one microsoft 365 to another microsoft 365? And what is tenant

    • @killlakill7212
      @killlakill7212 Před 2 měsíci

      Is this for transfering mailbox from one microsoft 365 to another microsoft 365? And what is tenant

  • @rapallirakesh1883
    @rapallirakesh1883 Před rokem

    Hai i like your videos I want to learn from you office 365 course please can you teach me course

    • @Office365Concepts
      @Office365Concepts  Před rokem

      Hi I do not provide training but you can refer to Microsoft 365 playlist to learn. Thanks.

    • @rapallirakesh1883
      @rapallirakesh1883 Před rokem

      @@Office365Concepts but i want to learn course full how can i learn please suggest me and regarding email are goinng to junk or about anti spam and receiving email multiple time likr this type issue i want to know

  • @prabu5113
    @prabu5113 Před rokem

    Anyother easy method??

  • @sunami1231
    @sunami1231 Před 4 měsíci

    Sorry but this is not going to help efficiently..it looks good when you do lab practical but the story is different when you perform migration in production

  • @prasanthvarma9501
    @prasanthvarma9501 Před 11 měsíci +1

    Hi,
    While preparing source tenant, the script is creating a new security group, but you have already created the security group before manually and added the users right. Why are we creating a new security group again which doesn't have any users and scoping it to organization relationship?
    #Prepare Source tenant
    $targetTenantId="Tenant id of the Target Tenant"
    $appId="Migration Application ID"
    $scope="Name of the Security Group"
    New-DistributionGroup -Type Security -Name $scope
    $orgrels=Get-OrganizationRelationship
    $existingOrgRel = $orgrels | ?{$_.DomainNames -like $targetTenantId}

    • @willhclark
      @willhclark Před 3 měsíci

      once i changed the name of the group in the script it worked