Skip to content

Commit 2822ed3

Browse files
Merge pull request #741 from ishwarit/docs-editor/Set-SPOSite-1731083885
Update Set-SPOSite.md
2 parents 7c75a77 + 4a21668 commit 2822ed3

File tree

1 file changed

+84
-0
lines changed

1 file changed

+84
-0
lines changed

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

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ Set-SPOSite [-Identity] <SpoSitePipeBind> [-AllowSelfServiceUpgrade <Boolean>] [
6262
[-DefaultShareLinkRole <SharingRole>]
6363
[-HidePeoplePreviewingFiles <Boolean>]
6464
[-HidePeopleWhoHaveListsOpen <Boolean>]
65+
[-AddRestrictedAccessControlGroups <Guid>]
66+
[-ClearRestrictedAccessControl <Boolean>]
67+
[-RestrictedAccessControl <Boolean>]
68+
[-RestrictedAccessControlGroups <Guid>]
69+
[-RemoveRestrictedAccessControlGroups <Guid>]
6570
[<CommonParameters>]
6671
```
6772

@@ -328,6 +333,37 @@ Default value: None
328333
Accept pipeline input: False
329334
Accept wildcard characters: False
330335
```
336+
### -AddRestrictedAccessControlGroups
337+
338+
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+
```
331367
332368
### -Confirm
333369
@@ -485,6 +521,54 @@ Accept pipeline input: False
485521
Accept wildcard characters: False
486522
```
487523

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+
488572
### -SensitivityLabel
489573

490574
Used to specify the unique identifier (GUID) of the SensitivityLabel.

0 commit comments

Comments
 (0)