Skip to content

Commit 16a6fe3

Browse files
authored
Merge pull request #718 from SanjoyanM/patch-10
Update Set-SPOTenant.md
2 parents 36bbf1e + ef7d898 commit 16a6fe3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ Set-SPOTenant
183183
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>]
184184
[-WhoCanShareAnonymousAllowList [Guid[]]]
185185
[-WhoCanShareAuthenticatedGuestAllowList [Guid[]]]
186+
[-ExtendPermissionsToUnprotectedFiles <Boolean>]
186187
[<CommonParameters>]
187188
```
188189

@@ -3620,7 +3621,21 @@ Default value: None
36203621
Accept pipeline input: False
36213622
Accept wildcard characters: False
36223623
```
3624+
### -ExtendPermissionsToUnprotectedFiles
3625+
This property can be used to turn on/off the capability called "Extended SharePoint permissions to unprotected files". To learn more about this feature check [here](https://aka.ms/ExtendSharePointPermission)
36233626

3627+
PARAMVALUE: $true | $false
3628+
3629+
```yaml
3630+
Type: Boolean
3631+
Parameter Sets: (All)
3632+
Applicable: SharePoint Online
3633+
Required: False
3634+
Position: Named
3635+
Default value: False
3636+
Accept pipeline input: False
3637+
Accept wildcard characters: False
3638+
```
36243639
## RELATED LINKS
36253640

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

0 commit comments

Comments
 (0)