It's possible these days to configure your SharePoint Online/OneDrive tenant to integrate with Azure AD B2B for external guest access. This is fantastic news in a number of ways.
More info: https://docs.microsoft.com/en-us/sharepoint/sharepoint-azureb2b-integration
To configure this integration, a few options have been added to the SPO commandlets:
Set-SPOTenant -EnableAzureADB2BIntegration $true
Set-SPOTenant -SyncAadB2BManagementPolicy $true
I'd like to see these options in the CLI command spo tenant settings set.
| Option |
Description |
--EnableAzureADB2BIntegration [EnableAzureADB2BIntegration] |
Enables the OneDrive and SharePoint integration with Azure AD B2B. Allowed values true, false |
--SyncAadB2BManagementPolicy [SyncAadB2BManagementPolicy] |
Syncs Azure B2B Management Policies. Allowed values true, false |
It's possible these days to configure your SharePoint Online/OneDrive tenant to integrate with Azure AD B2B for external guest access. This is fantastic news in a number of ways.
More info: https://docs.microsoft.com/en-us/sharepoint/sharepoint-azureb2b-integration
To configure this integration, a few options have been added to the SPO commandlets:
I'd like to see these options in the CLI command
spo tenant settings set.--EnableAzureADB2BIntegration [EnableAzureADB2BIntegration]true,false--SyncAadB2BManagementPolicy [SyncAadB2BManagementPolicy]true,false