Skip to content

Commit 5210cf3

Browse files
authored
Merge branch 'main' into patch-1
2 parents 0188da7 + aa8b6be commit 5210cf3

File tree

7 files changed

+99
-16
lines changed

7 files changed

+99
-16
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/Get-SPORestrictedSiteCreation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ Example 2 returns a comma-separated list of the IDs of the Microsoft Entra secur
5353
When provided, only return the Microsoft Entra security groups configured for the specified site type.
5454

5555
PARAMVALUE: All | SharePoint | OneDrive | Team | Communication
56-
All - OneDrive and all SharePoint sites
57-
SharePoint - All SharePoint sites (but not OneDrive)
58-
OneDrive - Only OneDrive
59-
Team - Only SharePoint team sites (group-connected and classic)
60-
Communication - Only SharePoint communication sites
56+
- All - OneDrive and all SharePoint sites
57+
- SharePoint - All SharePoint sites (but not OneDrive)
58+
- OneDrive - Only OneDrive
59+
- Team - Only SharePoint team sites (group-connected and classic)
60+
- Communication - Only SharePoint communication sites
6161

6262
```yaml
6363
Type: RestrictedSiteCreationSiteType

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)

sharepoint/sharepoint-server-ps/sharepoint-server/Set-SPMachineKey.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ The new keys are deployed to all servers in the farm.
3434

3535
### -------------EXAMPLE 2-------------
3636
```powershell
37-
Set-SPMachineKey -WebApplication http://sitename -DecryptionKey '509EEEE0709AE3EA2690017D174648075D3E7659FB7CBC65F08661F737610501' -ValidationKey '988EAEF669CC691E420C3887F54BDD7D0741C84CBA36406FCA5250B780771469' -Local
37+
Set-SPMachineKey -WebApplication http://sitename -DecryptionKey '<Your Key!>' -ValidationKey '<Your Key!>' -Local
3838
```
3939

40-
This example sets the ASP.NET view state decryption and validation keys for web application 'http://sitename' to new keys specified by the DecryptionKey and ValidationKey parameters.
41-
The new keys are only deployed to the local server.
42-
Other servers in the farm will continue to use the previous keys.
40+
The preceding sample sets the ASP.NET view state decryption and validation keys for web application 'http://sitename' to new keys specified by the DecryptionKey and ValidationKey parameters. The new keys are only deployed to the local server. Other servers in the farm will continue to use the previous keys.
41+
42+
See **How to generate a `<machineKey> element`** in the [Resolving view state message authentication code (MAC) errors](https://support.microsoft.com/en-us/topic/resolving-view-state-message-authentication-code-mac-errors-6c0e9fd3-f8a8-c953-8fbe-ce840446a9f3) support article for information on generating keys.
4343

4444
## PARAMETERS
4545

0 commit comments

Comments
 (0)