You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For any parameters that are passed in, the `Set-SPOSite` cmdlet sets or updates the setting for the site collection identified by parameter Identity.
@@ -1261,8 +1268,6 @@ The valid values are:
1261
1268
> b. `MajorWithMinorVersionsLimit` accepts values from 0 through 50,000 (inclusive).
1262
1269
> c. `ExpireVersionsAfterDays` accepts values of 0 to Never Expire or values >= 30 to delete versions that exceed that time period.
1263
1270
> 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.
1264
-
>
1265
-
> This parameter is currently under public preview.
1266
1271
1267
1272
PARAMVALUE: $true | $false
1268
1273
@@ -1435,7 +1440,63 @@ Position: Named
1435
1440
Default value: None
1436
1441
Accept pipeline input: False
1437
1442
Accept wildcard characters: False
1443
+
1444
+
```
1445
+
### -HidePeoplePreviewingFiles
1446
+
1447
+
This setting disables the feature in OneDrive and SharePoint file previewing that displays the presence of other users on the file. It does not affect any experiences outside of the previewer.
1448
+
1449
+
PARAMVALUE: False | True
1450
+
1451
+
If set to True, the presence of other users on the file will no longer be displayed.
1452
+
1453
+
1454
+
```yaml
1455
+
Type: Boolean
1456
+
Parameter Sets: (All)
1457
+
Aliases:
1458
+
Applicable: SharePoint Online
1459
+
Required: False
1460
+
Position: Named
1461
+
Default value: False
1462
+
Accept pipeline input: False
1463
+
Accept wildcard characters: False
1464
+
1465
+
```
1466
+
### -HidePeoplePresenceInLists
1467
+
1468
+
This setting disables the feature in Microsoft Lists that displays the presence of other users on the list and its items when they are viewing.
1469
+
1470
+
PARAMVALUE: False | True
1471
+
1472
+
If set to True, the presence of other users on the list and its items will no longer be displayed. List presence is enabled by default.
1473
+
1474
+
```yaml
1475
+
Type: Boolean
1476
+
Parameter Sets: (All)
1477
+
Aliases:
1478
+
Applicable: SharePoint Online
1479
+
Required: False
1480
+
Position: Named
1481
+
Default value: False
1482
+
Accept pipeline input: False
1483
+
Accept wildcard characters: False
1484
+
1485
+
```
1486
+
### -ClearGroupId
1487
+
This parameter allows you to remove the assigned Microsoft 365 group ID on a site, when the group is permanently deleted.
1488
+
1489
+
```yaml
1490
+
Type: SwitchParameter
1491
+
Parameter Sets: ClearGroupId
1492
+
Aliases:
1493
+
Required: False
1494
+
Position: Named
1495
+
Default value: None
1496
+
Accept pipeline input: False
1497
+
Accept wildcard characters: False
1438
1498
```
1499
+
1439
1500
### CommonParameters
1440
1501
1441
1502
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
The `EnableVersionExpirationSetting` parameter is no longer active, this feature is now automatically enabled for each tenant. Setting `EnableVersionExpirationSetting` to false would not disable the feature.
325
+
[Learn more about Version History Settings](/sharepoint/document-library-version-history-limits)
320
326
321
-
This example opts your tenant into public preview of Improved Version History controls feature. This feature is being tracked on the Microsoft 365 Public Roadmap under ID [145802](https://www.microsoft.com/en-us/microsoft-365/roadmap?filters=&searchterms=145802).
322
-
323
-
Visit [http://aka.ms/versioning-overview](http://aka.ms/versioning-overview) to learn more about Admin configurations available to manage versions.
324
-
325
-
By opting in, you are accepting the terms of service for version history limits. [Read the terms of service](https://aka.ms/versioning-termsofservice).
This example sets the scope of the prebuilt model and [prebuilt document processing](/microsoft-365/syntex/prebuilt-overview) premium feature to `SelectedSites`, which limits the feature to only sites included in the selected sites list. This example also appends two sites to the feature's selected sites list.
334
335
335
336
Use of these parameters require the tenant to either have the required license or pay-as-you-go billing set up. For more information, visit [Licensing for Microsoft Syntex](/microsoft-365/syntex/syntex-licensing).
This example sets the tenant's default content center. It can only be used if the tenant does not already have a designated default content center. To learn more about content centers, visit [Create a content center in Microsoft Syntex](/microsoft-365/syntex/create-a-content-center).
344
345
345
-
346
346
Use of this parameter requires the tenant to either have the required license or pay-as-you-go billing set up. For more information, visit [Licensing for Microsoft Syntex](/microsoft-365/syntex/syntex-licensing).
Use the `EnableVersionExpirationSetting` parameter to opt your tenant into public preview of Improved Version History controls feature Microsoft 365 Public Roadmap under ID [145802](https://www.microsoft.com/en-us/microsoft-365/roadmap?filters=&searchterms=145802).
2846
-
2847
-
The valid values are:
2848
-
2849
-
- True - When set to true and feature roll out to your tenant has completed, admin version history controls at organization, site and library levels will be available.
2850
-
- False (default) - When set to false, the feature will be disabled for your tenant.
2851
-
2852
-
Note: Disabling the feature after previously enabling it, does not revert changes made when the feature was enabled.
2910
+
The `EnableVersionExpirationSetting` parameter is no longer active, this feature is now automatically enabled for each tenant.
2911
+
[Learn more about Version History Settings](/sharepoint/document-library-version-history-limits)
Sets the list of security groups who are allowed to share with anonymous (non-authenticated) users as well as authenticated guest users. Each security group is denoted by its GUID object ID in the Entra directory.
3591
+
3592
+
To set this list to be a specific security group, you need to enter its GUID as the argument. You can enter multiple GUIDs by using commas to separate them. To view the current list, use [Get-SPOTenant](Get-SPOTenant.md).
3593
+
3594
+
```yaml
3595
+
Type: Guid[]
3596
+
Parameter Sets: (All)
3597
+
Aliases:
3598
+
Applicable: SharePoint Online
3599
+
Required: False
3600
+
Position: Named
3601
+
Default value: None
3602
+
Accept pipeline input: False
3603
+
Accept wildcard characters: False
3604
+
```
3605
+
3606
+
### -WhoCanShareAuthenticatedGuestAllowList
3607
+
3608
+
Sets the list of security groups who are only allowed to share with authenticated guest users. Each security group is denoted by its GUID object ID.
3609
+
3610
+
To set this list to be a specific security group, you need to enter its GUID as the argument. You can enter multiple GUIDs by using commas to separate them. To view the current list, use [Get-SPOTenant](Get-SPOTenant.md).
3611
+
3612
+
```yaml
3613
+
Type: Guid[]
3614
+
Parameter Sets: (All)
3615
+
Aliases:
3616
+
Applicable: SharePoint Online
3617
+
Required: False
3618
+
Position: Named
3619
+
Default value: None
3620
+
Accept pipeline input: False
3621
+
Accept wildcard characters: False
3622
+
```
3623
+
3529
3624
## RELATED LINKS
3530
3625
3531
3626
[Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
Specifies the registered name of the token issuer, typically a URI, for example: "https://sts.windows.net/yourTenantId/"
270
270
271
271
```yaml
272
272
Type: String
@@ -281,6 +281,22 @@ Accept pipeline input: False
281
281
Accept wildcard characters: False
282
282
```
283
283
284
+
### -UseStateToRedirect
285
+
Specifies whether or not to use the URI within the "state" property of client authentication requests to determine the proper page to redirect the client to after authentication.
286
+
287
+
```yaml
288
+
Type: Boolean
289
+
Parameter Sets: (All)
290
+
Aliases:
291
+
Applicable: SharePoint Server Subscription Edition
0 commit comments