Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Set-SPOSite
[-AddRestrictedAccessControlGroups [Guid[]]]
[-AllowDownloadingNonWebViewableFiles <Boolean>]
[-AllowEditing <Boolean>]
[-AllowFileArchive <Boolean>]
[-AllowSelfServiceUpgrade <Boolean>]
[-AnonymousLinkExpirationInDays <Int32>]
[-AuthenticationContextAccessType <SPOAuthenticationContextPolicyAccessType>]
Expand Down Expand Up @@ -1532,6 +1533,27 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -AllowFileArchive

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.

PARAMVALUE: False | True

If set to True, the feature will be enable. Feature is disabled by default.

```yaml
Type: Boolean
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
```


### -ClearGroupId

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