Skip to content

Commit b244452

Browse files
Merge pull request #838 from HectorRMota/patch-1
add AllowFileArchive to Set-SPOSite
2 parents 818a883 + 22a8018 commit b244452

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Set-SPOSite
2525
[-AddRestrictedAccessControlGroups [Guid[]]]
2626
[-AllowDownloadingNonWebViewableFiles <Boolean>]
2727
[-AllowEditing <Boolean>]
28+
[-AllowFileArchive <Boolean>]
2829
[-AllowSelfServiceUpgrade <Boolean>]
2930
[-AnonymousLinkExpirationInDays <Int32>]
3031
[-AuthenticationContextAccessType <SPOAuthenticationContextPolicyAccessType>]
@@ -1532,6 +1533,27 @@ Accept pipeline input: False
15321533
Accept wildcard characters: False
15331534
```
15341535

1536+
### -AllowFileArchive
1537+
1538+
This setting enables or disables the file archive feature for a SharePoint site. If this parameter is passed as true for a site and Microsoft 365 Archive is enabled at the tenant-level, then the site will allow file archive.
1539+
1540+
PARAMVALUE: False | True
1541+
1542+
If set to True, the feature will be enable. Feature is disabled by default.
1543+
1544+
```yaml
1545+
Type: Boolean
1546+
Parameter Sets: (All)
1547+
Aliases:
1548+
Applicable: SharePoint Online
1549+
Required: False
1550+
Position: Named
1551+
Default value: False
1552+
Accept pipeline input: False
1553+
Accept wildcard characters: False
1554+
```
1555+
1556+
15351557
### -ClearGroupId
15361558

15371559
This parameter allows you to remove the assigned Microsoft 365 group ID on a site, when the group is permanently deleted.

0 commit comments

Comments
 (0)