We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e50d3 commit 3dbeb9eCopy full SHA for 3dbeb9e
sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md
@@ -62,11 +62,11 @@ Set-SPOSite [-Identity] <SpoSitePipeBind> [-AllowSelfServiceUpgrade <Boolean>] [
62
[-DefaultShareLinkRole <SharingRole>]
63
[-HidePeoplePreviewingFiles <Boolean>]
64
[-HidePeopleWhoHaveListsOpen <Boolean>]
65
- [-AddRestrictedAccessControlGroups <GUID>]
66
- [-
67
68
69
+ [-AddRestrictedAccessControlGroups <Guid>]
+ [-ClearRestrictedAccessControl <Boolean>]
+ [-RestrictedAccessControl <Boolean>]
+ [-RestrictedAccessControlGroups <Guid>]
+ [-RemoveRestrictedAccessControlGroups <Guid>]
70
[<CommonParameters>]
71
```
72
0 commit comments