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
Determines whether site collection administrators can upgrade their site collections.
337
342
338
-
```yaml
339
-
Type: Boolean
340
-
Parameter Sets: ParamSet1
341
-
Aliases:
342
-
Applicable: SharePoint Online
343
-
Required: False
344
-
Position: Named
345
-
Default value: None
346
-
Accept pipeline input: False
347
-
Accept wildcard characters: False
348
-
```
349
-
### -AddRestrictedAccessControlGroups
350
-
351
-
Add the groups that are given access to the site and its content as per the restricted access control policy to the existing list of control groups.
352
-
353
-
```yaml
354
-
Type: GUID
355
-
Parameter Sets: ParamSet1
356
-
Aliases:
357
-
Applicable: SharePoint Online
358
-
Required: False
359
-
Position: Named
360
-
Default value: None
361
-
Accept pipeline input: False
362
-
Accept wildcard characters: False
363
-
```
364
-
365
-
### -ClearRestrictedAccessControl
366
-
367
-
Resets the restricted access control flag to False and clears the list of control groups that were given access to the site and its content as per restricted access control policy.
Specifies the flag value for restricted access control policy.
517
+
Sets access restriction policy by group membership.
518
+
519
+
PARAMVALUE: False | True
540
520
541
521
```yaml
542
522
Type: Boolean
@@ -550,38 +530,6 @@ Accept pipeline input: False
550
530
Accept wildcard characters: False
551
531
```
552
532
553
-
### -RestrictedAccessControlGroups
554
-
555
-
Specifies the groups that are given access to the site and its content as per the restricted access control policy.
556
-
557
-
```yaml
558
-
Type: GUID
559
-
Parameter Sets: ParamSet1
560
-
Aliases:
561
-
Applicable: SharePoint Online
562
-
Required: False
563
-
Position: Named
564
-
Default value: None
565
-
Accept pipeline input: False
566
-
Accept wildcard characters: False
567
-
```
568
-
569
-
### -RemoveRestrictedAccessControlGroups
570
-
571
-
Removes the specified groups from the list of control groups that are given access to the site and its content as per the restricted access control policy.
572
-
573
-
```yaml
574
-
Type: GUID
575
-
Parameter Sets: ParamSet1
576
-
Aliases:
577
-
Applicable: SharePoint Online
578
-
Required: False
579
-
Position: Named
580
-
Default value: None
581
-
Accept pipeline input: False
582
-
Accept wildcard characters: False
583
-
```
584
-
585
533
### -SensitivityLabel
586
534
587
535
Used to specify the unique identifier (GUID) of the SensitivityLabel.
Enables or disables the Request Files link on the site.
1154
1104
1105
+
PARAMVALUE: False | True
1106
+
1155
1107
```yaml
1156
1108
Type: Boolean
1157
1109
Parameter Sets: ParamSet1
1158
1110
Aliases:
1159
1111
Applicable: SharePoint Online
1160
-
1161
1112
Required: False
1162
1113
Position: Named
1163
1114
Default value: None
@@ -1475,6 +1426,7 @@ Default value: None
1475
1426
Accept pipeline input: False
1476
1427
Accept wildcard characters: False
1477
1428
```
1429
+
1478
1430
### -OverrideSharingCapability
1479
1431
1480
1432
Determines whether it should override the sharing capability on its partition. For example, if the tenant sharing capability is `ExternalUserAndGuestSharing`, the core partition sharing capability is `Disabled`, and the sharing capability defined on the site collection is `ExternalUserAndGuestSharing`, the effective site sharing capability should be `Disabled` (the most restrictive one among tenant, partition, and site collecction) if `OverrideSharingCapability` is `false`. If `OverrideSharingCapability` is `true`, it skips checking partition sharing capability and the effective site sharing capability should be `ExternalUserAndGuestSharing`.
@@ -1547,7 +1499,6 @@ PARAMVALUE: False | True
1547
1499
1548
1500
If set to True, the presence of other users on the file will no longer be displayed.
1549
1501
1550
-
1551
1502
```yaml
1552
1503
Type: Boolean
1553
1504
Parameter Sets: (All)
@@ -1558,8 +1509,8 @@ Position: Named
1558
1509
Default value: False
1559
1510
Accept pipeline input: False
1560
1511
Accept wildcard characters: False
1561
-
1562
1512
```
1513
+
1563
1514
### -HidePeopleWhoHaveListsOpen
1564
1515
1565
1516
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.
@@ -1578,9 +1529,10 @@ Position: Named
1578
1529
Default value: False
1579
1530
Accept pipeline input: False
1580
1531
Accept wildcard characters: False
1581
-
1582
1532
```
1533
+
1583
1534
### -ClearGroupId
1535
+
1584
1536
This parameter allows you to remove the assigned Microsoft 365 group ID on a site, when the group is permanently deleted.
1585
1537
1586
1538
```yaml
@@ -1593,6 +1545,7 @@ Default value: None
1593
1545
Accept pipeline input: False
1594
1546
Accept wildcard characters: False
1595
1547
```
1548
+
1596
1549
### -ReadOnlyForUnmanagedDevices
1597
1550
1598
1551
Controls whether unmanaged devices have read-only access.
0 commit comments