Skip to content

Commit 28ff461

Browse files
author
Shaailesh Devarmanai
committed
Updating Set-SPOTenant docs with new param details
1 parent ff7a1a0 commit 28ff461

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ Set-SPOTenant [-ApplyAppEnforcedRestrictionsToAdHocRecipients <Boolean>]
102102
[-SyncAadB2BManagementPolicy <Boolean>]
103103
[-StopNew2010Workflows <Boolean>]
104104
[-BlockSendLabelMismatchEmail <Boolean>]
105+
[-DisableOutlookPSTVersionTrimming <Boolean>]
105106
[<CommonParameters>]
106107
```
107108

@@ -1827,6 +1828,24 @@ Accept pipeline input: False
18271828
Accept wildcard characters: False
18281829
```
18291830

1831+
### -DisableOutlookPSTVersionTrimming
1832+
1833+
Starting August 16th 2021, the service will start retaining 30 days worth of versions for any PST files stored in OneDrive for Business and SharePoint Online team site document libraries. This change will prevent cases of previous versions of PST files quickly consuming available storage. This change only impacts previous versions stored in your document library storage. As best practice, PST files should not be uploaded on OneDrive for Business and SharePoint Online team site document libraries due to the impact on storage and network bandwidth. If you wish to opt out of this policy change, you can use the parameter provided below. You will have until August 13th to opt out. This is a one time opt-out operation. If you don’t opt out by then, all PST files will have 30 days of version retention. You can’t change it on-demand post the deadline, and this parameter will have no effect.
1834+
1835+
PARAMVALUE: $true | $false
1836+
1837+
```yaml
1838+
Type: Boolean
1839+
Parameter Sets: (All)
1840+
Aliases:
1841+
Applicable: SharePoint Online
1842+
Required: False
1843+
Position: Named
1844+
Default value: False
1845+
Accept pipeline input: False
1846+
Accept wildcard characters: False
1847+
```
1848+
18301849

18311850

18321851
### CommonParameters

0 commit comments

Comments
 (0)