question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
martinlingstuylcommented, Mar 11, 2022

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.

1reaction
garrytrindercommented, Mar 7, 2022

All yours, thank you for your support 👏

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found