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
Copy file name to clipboardExpand all lines: sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSiteFileVersionBatchDeleteJobProgress.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,6 @@ manager: seanmc
15
15
16
16
## SYNOPSIS
17
17
18
-
> [!NOTE]
19
-
> This feature is part of the version history controls preview. If your tenant is not part of the preview or the feature has not rolled out to your tenant, you will get an error when trying to run this cmdlet.
20
-
21
18
Gets the progress of a trim job for a site collection.
22
19
23
20
## SYNTAX
@@ -66,4 +63,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
Copy file name to clipboardExpand all lines: sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSiteVersionPolicyJobProgress.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,6 @@ manager: seanmc
15
15
16
16
## SYNOPSIS
17
17
18
-
> [!NOTE]
19
-
> This feature is part of the version history controls preview. If your tenant is not part of the preview or the feature has not rolled out to your tenant, you will get an error when trying to run this cmdlet.
20
-
21
18
Gets the progress of setting version policy for existing document libraries on the site collection.
22
19
23
20
## SYNTAX
@@ -63,4 +60,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
Copy file name to clipboardExpand all lines: sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOSiteVersionPolicyJob.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,6 @@ manager: seanmc
15
15
16
16
## SYNOPSIS
17
17
18
-
> [!NOTE]
19
-
> This feature is part of the version history controls preview. If your tenant is not part of the preview or the feature has not rolled out to your tenant, you will get an error when trying to run this cmdlet.
20
-
21
18
Cancels further processing of version settings update on existing document libraries on the site collection.
22
19
23
20
## SYNTAX
@@ -65,4 +62,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
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.
339
+
340
+
```yaml
341
+
Type: GUID
342
+
Parameter Sets: ParamSet1
343
+
Aliases:
344
+
Applicable: SharePoint Online
345
+
Required: False
346
+
Position: Named
347
+
Default value: None
348
+
Accept pipeline input: False
349
+
Accept wildcard characters: False
350
+
```
351
+
352
+
### -ClearRestrictedAccessControl
353
+
354
+
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.
355
+
356
+
```yaml
357
+
Type: Boolean
358
+
Parameter Sets: ParamSet1
359
+
Aliases:
360
+
Applicable: SharePoint Online
361
+
Required: False
362
+
Position: Named
363
+
Default value: False
364
+
Accept pipeline input: False
365
+
Accept wildcard characters: False
366
+
```
331
367
332
368
### -Confirm
333
369
@@ -485,6 +521,54 @@ Accept pipeline input: False
485
521
Accept wildcard characters: False
486
522
```
487
523
524
+
### -RestrictedAccessControl
525
+
526
+
Specifies the flag value for restricted access control policy.
527
+
528
+
```yaml
529
+
Type: Boolean
530
+
Parameter Sets: ParamSet1
531
+
Aliases:
532
+
Applicable: SharePoint Online
533
+
Required: False
534
+
Position: Named
535
+
Default value: False
536
+
Accept pipeline input: False
537
+
Accept wildcard characters: False
538
+
```
539
+
540
+
### -RestrictedAccessControlGroups
541
+
542
+
Specifies the groups that are given access to the site and its content as per the restricted access control policy.
543
+
544
+
```yaml
545
+
Type: GUID
546
+
Parameter Sets: ParamSet1
547
+
Aliases:
548
+
Applicable: SharePoint Online
549
+
Required: False
550
+
Position: Named
551
+
Default value: None
552
+
Accept pipeline input: False
553
+
Accept wildcard characters: False
554
+
```
555
+
556
+
### -RemoveRestrictedAccessControlGroups
557
+
558
+
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.
559
+
560
+
```yaml
561
+
Type: GUID
562
+
Parameter Sets: ParamSet1
563
+
Aliases:
564
+
Applicable: SharePoint Online
565
+
Required: False
566
+
Position: Named
567
+
Default value: None
568
+
Accept pipeline input: False
569
+
Accept wildcard characters: False
570
+
```
571
+
488
572
### -SensitivityLabel
489
573
490
574
Used to specify the unique identifier (GUID) of the SensitivityLabel.
0 commit comments