Skip to content

Add options to spo tenant settings set to enable B2B integration between SharePoint Online/OneDrive and Azure AD #3110

@martinlingstuyl

Description

@martinlingstuyl

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions