Skip to content

Commit 110a615

Browse files
authored
Update Set-SPOApplication.md
1 parent 58379f5 commit 110a615

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOApplication.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,14 @@ This example enables the override, restricting file sharing within the SharePoin
5656

5757
## PARAMETERS
5858

59+
> [!NOTE]
60+
> To invite people outside your organization, please make sure [Microsoft Entra B2B](https://learn.microsoft.com/en-us/sharepoint/sharepoint-azureb2b-integration) is enabled. Run the following cmdlet to enable B2B integration:
61+
> ```powershell
62+
> Set-SPOTenant -EnableAzureADB2BIntegration $true
63+
> ```
64+
5965
### -SharingCapability
66+
6067
Determines what level of sharing is available for the SharePoint Embedded Application.
6168
6269
The valid values are:
@@ -79,13 +86,11 @@ Default value: None
7986
Accept pipeline input: False
8087
Accept wildcard characters: False
8188
```
82-
> [!NOTE]
83-
> To invite people outside your organization, please make sure [Microsoft Entra B2B](https://learn.microsoft.com/en-us/sharepoint/sharepoint-azureb2b-integration) is enabled. Run the following cmdlet to enable B2B integration:
84-
```powershell
85-
Set-SPOTenant -EnableAzureADB2BIntegration $true
86-
```
89+
90+
8791

8892
### -OverrideTenantSharingCapability
93+
8994
This setting allows the application to independently set its sharing capabilities, overriding the tenant-level settings of SharePoint Online. Options:
9095

9196
- False (default) - The application follows the tenant-level sharing capability

0 commit comments

Comments
 (0)