Forum Discussion
ramonabadea
Apr 16, 2021Copper Contributor
Sync users from tenant A to tenant B both ways
Hi everyone, I am trying to find an easy solution for the following scenario: I have tenant A and tenant B. I would like to sync or copy all the users from tenant A to tenant B as guests. Ea...
- Apr 19, 2021
I would personally avoid using the "resource tenant" pattern if there are only two tenants in the picture, I like simplicity.
I am not aware of any plans to decommission MIM as a product but anyway, if I were you, I would explore the Scripted collaboration option and use e.g. Azure Functions (PowerShell) to implement this "push" automation using Delta Query.
ramonabadea
Apr 19, 2021Copper Contributor
Hi again David,
No advanced feature for M365 needed, the use case is very simple, just user sync between two different tenants.
I thought global tenant topology would be shorter in time to implement, but I think MIM is a tool that will be deprecated at some point or out of support anyways - found some article mentioned the end of this year.
So maybe, the scripted solution is indeed the only accessible...
No advanced feature for M365 needed, the use case is very simple, just user sync between two different tenants.
I thought global tenant topology would be shorter in time to implement, but I think MIM is a tool that will be deprecated at some point or out of support anyways - found some article mentioned the end of this year.
So maybe, the scripted solution is indeed the only accessible...
pazdedav
Apr 19, 2021Iron Contributor
I would personally avoid using the "resource tenant" pattern if there are only two tenants in the picture, I like simplicity.
I am not aware of any plans to decommission MIM as a product but anyway, if I were you, I would explore the Scripted collaboration option and use e.g. Azure Functions (PowerShell) to implement this "push" automation using Delta Query.
- ramonabadeaApr 19, 2021Copper ContributorThanks a lot for the recommendation and help, David 🙂