Hi @david-cslu,
As said in this article: Overview of external sharing in SharePoint and OneDrive in Microsoft 365, there are two external sharing models used in SharePoint and OneDrive:
- SharePoint external authentication
- SharePoint and OneDrive integration with Microsoft Entra B2B
Your tenant will automatically create a guest user after enabling SharePoint and OneDrive integration with Microsoft Entra B2B. To enable SharePoint and OneDrive integration with Microsoft Entra B2B, you can use the following cmdlets:
Set-SPOTenant -EnableAzureADB2BIntegration $true
Once the integration is enabled you and your users don't have to reshare or do any manual migration for guests previously shared with. Instead, when someone outside your organization clicks on a link that was created before Microsoft Entra B2B integration was enabled, SharePoint automatically creates a B2B guest account. This guest account is created for the user who originally created the sharing link. (If the user who created the link is no longer in the organization or no longer has permission to share, the guest won't be added to the directory and the file will need to be reshared.)
If the answer is helpful, please click "Accept as Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.