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

Поделиться
HTML-код
  • Опубликовано: 22 авг 2024
  • Microsoft 365 Tenant to Tenant Migration: office365conce...
    #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.microsof...[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

Комментарии • 94

  • @javiergroning1083
    @javiergroning1083 3 месяца назад +2

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

  • @mohammedkhizar8858
    @mohammedkhizar8858 8 месяцев назад +2

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

  • @ismailsouit4205
    @ismailsouit4205 6 месяцев назад +1

    The best explaination reguarding Tenant to Tenant migration

  • @JopDiengdoh
    @JopDiengdoh 23 дня назад

    Regardless of what your Microsoft 365 / Office 365 plan is, you need to buy licenses from Microsoft to run a cross-tenant migration natively. You'll need as many Cross Tenant User Data Migration add-on licenses as the number of users you want to migrate.

  • @thalablack4296
    @thalablack4296 Год назад +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

  • @prassanna6521
    @prassanna6521 Месяц назад

    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...

  • @santhoshshashi303
    @santhoshshashi303 Год назад +1

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

  • @KaizenX7
    @KaizenX7 9 месяцев назад +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 ?

  • @nobody-P
    @nobody-P 9 месяцев назад

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

  • @Nawinsana
    @Nawinsana Год назад

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

  • @adalidaborip1726
    @adalidaborip1726 2 месяца назад +1

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

  • @user-gw2wp5dn3p
    @user-gw2wp5dn3p 11 месяцев назад +1

    Thanks a lot as always.

  • @Chalamusafir
    @Chalamusafir 11 месяцев назад +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 5 месяцев назад

      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

  • @ChandanKumar-hg3eq
    @ChandanKumar-hg3eq Год назад +1

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

  • @YahkoobAyappally
    @YahkoobAyappally 5 месяцев назад

    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

  • @SanthoshKumar-tn6tu
    @SanthoshKumar-tn6tu Год назад +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 6 месяцев назад

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

  • @farid6448
    @farid6448 11 месяцев назад

    Great session, thank you.

  • @frankmvabaza
    @frankmvabaza Год назад

    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?

  • @maimagdi2114
    @maimagdi2114 9 месяцев назад +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

  • @hengloongaw3670
    @hengloongaw3670 5 месяцев назад

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

  • @DevOffice365
    @DevOffice365 Год назад

    Thanks for information mate👏👏👏👏

  • @supersadman9002
    @supersadman9002 7 месяцев назад

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

  • @Shighilkv
    @Shighilkv 5 месяцев назад

    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

  • @funislife1
    @funislife1 Год назад

    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 ❤❤

  • @tushargade2242
    @tushargade2242 8 месяцев назад

    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

  • @timirghosh9007
    @timirghosh9007 Год назад

    Brilliant Explanation !!

  • @srikanthsatyanarayana4457
    @srikanthsatyanarayana4457 4 месяца назад

    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.

  • @bikramjitsingh007
    @bikramjitsingh007 16 дней назад

    it will migrate one drive as well of the user and what about sharepoint

  • @edtan9761
    @edtan9761 5 месяцев назад

    so user friendly!

  • @mayase2011
    @mayase2011 Год назад

    Good Day,
    I have been following your videos' on RUclips 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.

  • @sandeeppatel-dg1xh
    @sandeeppatel-dg1xh Год назад

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

  • @akshayakrishnan4164
    @akshayakrishnan4164 Год назад

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

  • @late510
    @late510 5 месяцев назад

    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.

  • @user-mg1ep9be8l
    @user-mg1ep9be8l 6 месяцев назад +1

    Thanks Sir

    • @Office365Concepts
      @Office365Concepts  6 месяцев назад +2

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

  • @wajaniTV
    @wajaniTV 5 месяцев назад

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

  • @PaoloGualano-ei7ni
    @PaoloGualano-ei7ni 10 месяцев назад

    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.

  • @udaykumar-os3gq
    @udaykumar-os3gq 10 месяцев назад

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

  • @pawankhunger275
    @pawankhunger275 Год назад

    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  Год назад

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

    • @user-gw2wp5dn3p
      @user-gw2wp5dn3p 11 месяцев назад +1

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

  • @prabu5113
    @prabu5113 Год назад

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

  • @dmontanez36
    @dmontanez36 3 месяца назад

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

  • @FSCadmin
    @FSCadmin 10 месяцев назад +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 5 месяцев назад

      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 5 месяцев назад

      @@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!

  • @zubinbalsara8414
    @zubinbalsara8414 3 месяца назад

    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  3 месяца назад

      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:
      ruclips.net/video/lU5aCFVR9_k/видео.html
      ruclips.net/video/MWPSusu8evk/видео.html
      ruclips.net/video/mX21bao2k8U/видео.html

    • @zubinbalsara8414
      @zubinbalsara8414 3 месяца назад

      @@Office365Concepts thanks a lot

  • @arunbc3721
    @arunbc3721 Год назад

    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  Год назад

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

  • @sarfarazahmad221
    @sarfarazahmad221 11 месяцев назад

    Awesome🎉

  • @Larimuss
    @Larimuss 2 месяца назад

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

  • @Timmy-Hi5
    @Timmy-Hi5 Год назад

    excelent 😄

  • @abdelfattahseleim5537
    @abdelfattahseleim5537 9 месяцев назад

    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

  • @bharat9234
    @bharat9234 10 месяцев назад

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

  • @StudytomyOnlineLearningPlatfor
    @StudytomyOnlineLearningPlatfor 6 месяцев назад

    Will this include One drive and sharepoint sites data as well

  • @62128Kevin
    @62128Kevin Год назад

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

    • @Office365Concepts
      @Office365Concepts  Год назад

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

    • @ChandanKumar-hg3eq
      @ChandanKumar-hg3eq Год назад +1

      @@Office365Concepts Is one drive data also migrated ?

    • @billyilbello4731
      @billyilbello4731 10 месяцев назад

      i have the same question 😊 @@ChandanKumar-hg3eq

  • @prabu5113
    @prabu5113 Год назад

    Can we do without PowerShell aswell right, using gui

  • @84dhanreddy
    @84dhanreddy 11 месяцев назад

    Can you do this with online subscription to CSP?

  • @alexb7370
    @alexb7370 Год назад

    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 10 месяцев назад

      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 9 месяцев назад +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 6 месяцев назад

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

  • @ankitpandey-wv3uj
    @ankitpandey-wv3uj Год назад

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

    • @Office365Concepts
      @Office365Concepts  11 месяцев назад

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

    • @ankitpandey-wv3uj
      @ankitpandey-wv3uj 11 месяцев назад

      @@Office365Concepts got it sir, thank you.

  • @killlakill7212
    @killlakill7212 3 месяца назад

    Does this actually work?

  • @bihimohamed2563
    @bihimohamed2563 Год назад

    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  Год назад

      Hi, please refer to this link: ruclips.net/video/DzVRZbScoiA/видео.html

    • @bihimohamed2563
      @bihimohamed2563 Год назад

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

  • @killlakill7212
    @killlakill7212 3 месяца назад

    Hi can i ask what is this video for

    • @killlakill7212
      @killlakill7212 3 месяца назад

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

    • @killlakill7212
      @killlakill7212 3 месяца назад

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

  • @rapallirakesh1883
    @rapallirakesh1883 Год назад

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

    • @Office365Concepts
      @Office365Concepts  Год назад

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

    • @rapallirakesh1883
      @rapallirakesh1883 Год назад

      @@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 Год назад

    Anyother easy method??

  • @sunami1231
    @sunami1231 5 месяцев назад

    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 Год назад +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 4 месяца назад

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