Skip to content

Commit 461afa1

Browse files
authored
Merge pull request #696 from FarreltinF/patch-9
Update Set-SPOApplication.md
2 parents 2ebf716 + 2f8b679 commit 461afa1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ You must be a SharePoint Embedded Administrator or Global Administrator to run t
3636
> The OwningApplicationId for Microsoft Loop is `a187e399-0c36-4b98-8f04-1edc167a0996`.
3737
> The OwningApplicationId for Microsoft Designer is `5e2795e3-ce8c-4cfb-b302-35fe5cd01597`.
3838
39+
To invite people outside your organization, please make sure [Microsoft Entra B2B](/sharepoint/sharepoint-azureb2b-integration) is enabled.
40+
3941
## EXAMPLES
4042

4143
### Example 1
@@ -54,9 +56,18 @@ Set-SPOApplication -OwningApplicationId 423poi45-jikl-9bnm-b302-1234ghy56789 -Ov
5456

5557
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.
5658

59+
### Example 3
60+
61+
```powershell
62+
Set-SPOTenant -EnableAzureADB2BIntegration $true
63+
Set-SPOApplication -OwningApplicationId 423poi45-jikl-9bnm-b302-1234ghy56789 -OverrideTenantSharingCapability $true -SharingCapability -ExternalUserandGuestSharing
64+
```
65+
This example demonstrates how to enable file sharing within the SharePoint Embedded application for external users. Note that B2B integration must be enabled to allow guest invitations to SharePoint Embedded apps.
66+
5767
## PARAMETERS
5868

5969
### -SharingCapability
70+
6071
Determines what level of sharing is available for the SharePoint Embedded Application.
6172

6273
The valid values are:
@@ -81,6 +92,7 @@ Accept wildcard characters: False
8192
```
8293
8394
### -OverrideTenantSharingCapability
95+
8496
This setting allows the application to independently set its sharing capabilities, overriding the tenant-level settings of SharePoint Online. Options:
8597
8698
- False (default) - The application follows the tenant-level sharing capability

0 commit comments

Comments
 (0)