Skip to content

Commit 73c64ae

Browse files
authored
Update Set-SPOTenant.md
Adding the below properties to document 1. AllowSelectSecurityGroupsInSPSitesList 2. DenySelectSecurityGroupsInSPSitesList 3. ExemptNativeUsersFromTenantLevelRestricedAccessControl 4. AllowSelectSGsInODBListInTenant 5. DenySelectSGsInODBListInTenant
1 parent 665876e commit 73c64ae

File tree

1 file changed

+87
-0
lines changed

1 file changed

+87
-0
lines changed

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

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Set-SPOTenant
3232
[-AllowGuestUserShareToUsersNotInSiteCollection <Boolean>]
3333
[-AllowOverrideForBlockUserInfoVisibility]
3434
[-AllowSensitivityLabelOnRecords <Boolean>]
35+
[-AllowSelectSecurityGroupsInSPSitesList [List<string>]]
36+
[-AllowSelectSGsInODBListInTenant [List<string>]]
3537
[-AllowSharingOutsideRestrictedAccessControlGroups <Boolean>]
3638
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>]
3739
[-AnyoneLinkTrackUsers <Boolean>]
@@ -73,6 +75,8 @@ Set-SPOTenant
7375
[-DelayDenyAddAndCustomizePagesEnforcement <Boolean>]
7476
[-DelegateRestrictedAccessControlManagement <Boolean>]
7577
[-DelegateRestrictedContentDiscoverabilityManagement <Boolean>]
78+
[-DenySelectSecurityGroupsInSPSitesList [List<string>]]
79+
[-DenySelectSGsInODBListInTenant [List<string>]]
7680
[-DisableAddShortcutsToOneDrive <Boolean>]
7781
[-DisableBackToClassic <Boolean>]
7882
[-DisableCustomAppAuthentication <Boolean>]
@@ -111,6 +115,7 @@ Set-SPOTenant
111115
[-EnforceContentSecurityPolicy <Boolean>]
112116
[-ExcludedBlockDownloadGroupIds [Guid[]]]
113117
[-ExcludeSiteTemplate <SwitchParameter>]
118+
[-ExemptNativeUsersFromTenantLevelRestricedAccessControl <Boolean>]
114119
[-ExpireVersionsAfterDays <int>]
115120
[-ExtendPermissionsToUnprotectedFiles <Boolean>]
116121
[-ExternalServicesEnabled <Boolean>]
@@ -4223,6 +4228,88 @@ Accept pipeline input: False
42234228
Accept wildcard characters: False
42244229
```
42254230

4231+
### -AllowSelectSecurityGroupsInSPSitesList
4232+
4233+
Allows members of specific security groups to access SharePoint content.
4234+
4235+
```yaml
4236+
Type: List<string>
4237+
Parameter Sets: (All)
4238+
Aliases:
4239+
Applicable: SharePoint Online
4240+
Required: False
4241+
Position: Named
4242+
Default value: None
4243+
Accept pipeline input: False
4244+
Accept wildcard characters: False
4245+
```
4246+
4247+
### -DenySelectSecurityGroupsInSPSitesList
4248+
4249+
Restricts members of specific security groups from accessing SharePoint content.
4250+
4251+
```yaml
4252+
Type: List<string>
4253+
Parameter Sets: (All)
4254+
Aliases:
4255+
Applicable: SharePoint Online
4256+
Required: False
4257+
Position: Named
4258+
Default value: None
4259+
Accept pipeline input: False
4260+
Accept wildcard characters: False
4261+
```
4262+
4263+
### -AllowSelectSGsInODBListInTenant
4264+
4265+
Allows members of specific security groups to access OneDrive content.
4266+
4267+
```yaml
4268+
Type: List<string>
4269+
Parameter Sets: (All)
4270+
Aliases:
4271+
Applicable: SharePoint Online
4272+
Required: False
4273+
Position: Named
4274+
Default value: None
4275+
Accept pipeline input: False
4276+
Accept wildcard characters: False
4277+
```
4278+
4279+
### -DenySelectSGsInODBListInTenant
4280+
4281+
Restricts members of specific security groups from accessing OneDrive content.
4282+
4283+
```yaml
4284+
Type: List<string>
4285+
Parameter Sets: (All)
4286+
Aliases:
4287+
Applicable: SharePoint Online
4288+
Required: False
4289+
Position: Named
4290+
Default value: None
4291+
Accept pipeline input: False
4292+
Accept wildcard characters: False
4293+
```
4294+
4295+
### -ExemptNativeUsersFromTenantLevelRestricedAccessControl
4296+
4297+
Gets or sets the value of a setting which determines whether Native Identity users should be exempted from restricted access control policy at tenant level
4298+
4299+
PARAMVALUE: True | False
4300+
4301+
```yaml
4302+
Type: Boolean
4303+
Parameter Sets: (All)
4304+
Aliases:
4305+
Applicable: SharePoint Online
4306+
Required: False
4307+
Position: Named
4308+
Default value: None
4309+
Accept pipeline input: False
4310+
Accept wildcard characters: False
4311+
```
4312+
42264313
## RELATED LINKS
42274314

42284315
[Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)

0 commit comments

Comments
 (0)