Skip to content

Commit 39b6d57

Browse files
authored
Merge branch 'main' into main
2 parents acc9813 + c6dbfa8 commit 39b6d57

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Copy-SPOPersonalSitePage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Accept wildcard characters: False
143143
144144
### -PageName
145145
146-
Specifies the name of the SharePoint page to copy. This parameter is required when not using the `-AllPages` switch.
146+
Specifies the name of the SharePoint page to copy. This parameter is required when not using the `-AllPages` switch. Note that `-PageName` refers to the name of a SharePoint page that ends with the suffix .aspx, such as page.aspx.
147147

148148
```yaml
149149
Type: String

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

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1268,8 +1268,6 @@ The valid values are:
12681268
> b. `MajorWithMinorVersionsLimit` accepts values from 0 through 50,000 (inclusive).
12691269
> c. `ExpireVersionsAfterDays` accepts values of 0 to Never Expire or values >= 30 to delete versions that exceed that time period.
12701270
> When version history limits are managed automatically (`EnableAutoExpirationVersionTrim $true`), setting `MajorVersionLimit` or `ExpireVersionsAfterDays` will result in an error as the count limits are set by the service.
1271-
>
1272-
> This parameter is currently under public preview.
12731271

12741272
PARAMVALUE: $true | $false
12751273

0 commit comments

Comments
 (0)