Add options to `spo tenant settings set` to enable B2B integration between SharePoint Online/OneDrive and Azure AD
See original GitHub issueIt’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 |
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:6 (6 by maintainers)
Top Results From Across the Web
SharePoint and OneDrive integration with Azure AD B2B
This article describes how to enable Microsoft SharePoint and Microsoft OneDrive integration with Azure AD B2B. Azure AD B2B provides ...
Read more >SharePoint and OneDrive Integration with ... - AdminDroid Blog
By integrating SharePoint and OneDrive with Azure AD B2B, users can share files, folders, lists, libraries, and even sites with people outside ...
Read more >Enable Azure B2B Integration with OneDrive and SharePoint ...
How to enable Azure B2B for SharePoint Online and OneDrive for Business? ... Set-SPOTenant -EnableAzureADB2BIntegration $true.
Read more >SharePoint Online Embraces Azure B2B Collaboration for ...
Integrating SharePoint External Sharing with Azure AD B2B ... and running the Set-SPOTenant cmdlet to update the necessary settings:.
Read more >SharePoint and OneDrive integration with Azure AD B2B
Install the latest version of the SharePoint Online Services Module for Windows PowerShell (minimum version 8924.1200). Connect with SPOService, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
By the way, this would be a usecase to have a
CommandWarning
class. Like CommandError, but yellow. I’m thinking out loud here, there’s probably a reason why it isn’t there.All yours, thank you for your support 👏