Teams Cross Tenant Migration for Personal Chat
Teams Personal Chat Migration The largest challenge I have been facing is migrating 1:1 chats from one Teams tenant to another . 1:1 Chat Migration is extremely slow. Guess you have experienced this while using Teams App. If you scroll within a chat and reached the non-cached messages, they are pulling very slow. This is what you will experience upon execution of Chat messages. Additionally complex is the availability of shared files. If OneDrive isn’t fully sync’ed, placing the sharing information is impossible. This indicates the sequence for user service migration. Let’s list the three major challenges in personal chat migrations: 1. Counting the Private Messages Teams has no out-of-the-box possibility counting the personal/ group chat messages. You could write a script using the GraphAPI: getTeamsUserActivityCounts method A limitation exists here, it can only return the number of messages in a specified perio...