Skip to content

Commit 58379f5

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

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@ Set-SPOApplication -OwningApplicationId 423poi45-jikl-9bnm-b302-1234ghy56789 -Ov
5555
This example enables the override, restricting file sharing within the SharePoint Embedded application to internal company users only, regardless of the broader SharePoint Online tenant settings.
5656

5757
## PARAMETERS
58-
> [!NOTE]
59-
> 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 cmdlets to enable B2B Integration:
60-
```powershell
61-
Set-SPOTenant -EnableAzureADB2BIntegration $true
62-
```
6358

6459
### -SharingCapability
6560
Determines what level of sharing is available for the SharePoint Embedded Application.
@@ -84,6 +79,11 @@ Default value: None
8479
Accept pipeline input: False
8580
Accept wildcard characters: False
8681
```
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+
```
8787

8888
### -OverrideTenantSharingCapability
8989
This setting allows the application to independently set its sharing capabilities, overriding the tenant-level settings of SharePoint Online. Options:
@@ -101,6 +101,7 @@ Accept pipeline input: False
101101
Accept wildcard characters: False
102102
```
103103
104+
104105
## RELATED LINKS
105106
106107
[Get-SPOApplication](Get-SPOApplication.md)

0 commit comments

Comments
 (0)