Skip to content

Commit aa8b6be

Browse files
authored
Merge pull request #795 from prgundel/patch-3
Update Set-SPOTenant.md documentation
2 parents 665876e + 458c96b commit aa8b6be

File tree

5 files changed

+90
-7
lines changed

5 files changed

+90
-7
lines changed

sharepoint/docs-conceptual/index.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ metadata:
77
title: SharePoint PowerShell # Required; page title displayed in search results. Include the brand. < 60 chars.
88
description: Use PowerShell cmdlets for SharePoint in Microsoft 365 and SharePoint Server # Required; article description that is displayed in search results. < 160 chars.
99
ms.service: sharepoint-online #Required; service per approved list. service slug assigned to your service by ACOM.
10-
ms.subservice: subservice
1110
ms.topic: landing-page # Required
1211
ms.collection: M365-collaboration
1312
author: kaarins #Required; your GitHub user alias, with correct capitalization.

sharepoint/docs-conceptual/sharepoint-online/index.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ metadata:
77
title: SharePoint PowerShell # Required; page title displayed in search results. Include the brand. < 60 chars.
88
description: Use PowerShell cmdlets for SharePoint in Microsoft 365 and SharePoint Server # Required; article description that is displayed in search results. < 160 chars.
99
ms.service: sharepoint-online #Required; service per approved list. service slug assigned to your service by ACOM.
10-
ms.subservice: subservice
1110
ms.topic: landing-page # Required
1211
ms.collection: M365-collaboration
1312
author: kaarins #Required; your GitHub user alias, with correct capitalization.
@@ -78,4 +77,4 @@ landingContent:
7877
url: /powershell/scripting/learn/more-powershell-learning
7978

8079

81-
80+

sharepoint/docs-conceptual/sharepoint-pnp/index.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ metadata:
77
title: SharePoint PowerShell # Required; page title displayed in search results. Include the brand. < 60 chars.
88
description: Use PowerShell cmdlets for SharePoint in Microsoft 365 and SharePoint Server # Required; article description that is displayed in search results. < 160 chars.
99
ms.service: sharepoint-online #Required; service per approved list. service slug assigned to your service by ACOM.
10-
ms.subservice: subservice
1110
ms.topic: landing-page # Required
1211
ms.collection: M365-collaboration
1312
author: kaarins #Required; your GitHub user alias, with correct capitalization.
@@ -78,4 +77,4 @@ landingContent:
7877
url: /powershell/scripting/learn/more-powershell-learning
7978

8079

81-
80+

sharepoint/docs-conceptual/sharepoint-server/index.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ metadata:
77
title: SharePoint PowerShell # Required; page title displayed in search results. Include the brand. < 60 chars.
88
description: Use PowerShell cmdlets for SharePoint in Microsoft 365 and SharePoint Server # Required; article description that is displayed in search results. < 160 chars.
99
ms.service: sharepoint-online #Required; service per approved list. service slug assigned to your service by ACOM.
10-
ms.subservice: subservice
1110
ms.topic: landing-page # Required
1211
ms.collection: M365-collaboration
1312
author: kaarins #Required; your GitHub user alias, with correct capitalization.
@@ -78,4 +77,4 @@ landingContent:
7877
url: /powershell/scripting/learn/more-powershell-learning
7978

8079

81-
80+

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 [String[]]]
36+
[-AllowSelectSGsInODBListInTenant [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 [String[]]]
79+
[-DenySelectSGsInODBListInTenant [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: 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: 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: 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: 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)