File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
sharepoint/sharepoint-ps/sharepoint-online Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff 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
15321533Accept wildcard characters: False
15331534` ` `
15341535
1536+ # ## -AllowFileArchive
1537+
1538+ This setting disables the file archive feature in the Microsoft SharePoint site.
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
15371559This parameter allows you to remove the assigned Microsoft 365 group ID on a site, when the group is permanently deleted.
You can’t perform that action at this time.
0 commit comments