Skip to content

Commit d6775e2

Browse files
author
blarrywang
committed
Fix spacing.
1 parent ccbeb9d commit d6775e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOListVersionPolicy.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ Example 12 removes the version history limit overrides for video and audio file
143143
### -EnableAutoExpirationVersionTrim
144144

145145
> Applicable: SharePoint Online
146+
146147
Global and SharePoint Administrators can set document library level version history limits settings that universally apply to new versions created.
147148

148149
When version history limits are managed automatically, SharePoint employs an algorithm behind the scenes that deletes (thins out) intermittent older versions that are least likely to be needed, while preserving sufficient high-value versions - more versions in the recent past and fewer farther back in time - in case restores are required.
@@ -196,6 +197,7 @@ Accept wildcard characters: False
196197
### -ExpireVersionsAfterDays
197198
198199
> Applicable: SharePoint Online
200+
199201
When version history limits are managed manually (`EnableAutoExpirationVersionTrim $false`), admins will need to set the limits to the number of major versions (`MajorVersionLimit`), the number of major with minor versions (`MajorWithMinorVersionsLimit`) and the time period the versions are stored (`ExpireVersionsAfterDays`). Please check the description of `EnableAutoExpirationVersionTrim` for more details.
200202

201203
PARAMVALUE: Int32
@@ -258,6 +260,7 @@ Accept wildcard characters: False
258260
### -MajorVersionLimit
259261

260262
> Applicable: SharePoint Online
263+
261264
When version history limits are managed manually (`EnableAutoExpirationVersionTrim $false`), admins will need to set the limits to the number of major versions (`MajorVersionLimit`) and the time period the versions are stored (`ExpireVersionsAfterDays`). Please check the description of `EnableAutoExpirationVersionTrim` for more details.
262265

263266
PARAMVALUE: Int32
@@ -277,6 +280,7 @@ Accept wildcard characters: False
277280
### -MajorWithMinorVersionsLimit
278281

279282
> Applicable: SharePoint Online
283+
280284
When version history limits are managed manually (`EnableAutoExpirationVersionTrim $false`), admins will need to set the limits to the number of major versions (`MajorVersionLimit`), the number of major with minor versions (`MajorWithMinorVersionsLimit`) and the time period the versions are stored (`ExpireVersionsAfterDays`). Please check the description of `EnableAutoExpirationVersionTrim` for more details.
281285

282286
PARAMVALUE: Int32

0 commit comments

Comments
 (0)