Skip to content

Commit 517204c

Browse files
author
blarrywang
committed
Fix more whitespaces etc.
1 parent 98c7648 commit 517204c

2 files changed

Lines changed: 0 additions & 20 deletions

File tree

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/New-SPOSiteManageVersionPolicyJob.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,12 @@ New-SPOSiteManageVersionPolicyJob [-Identity] <SpoSitePipeBind> [-FileTypes <Str
3434

3535
## DESCRIPTION
3636
Starts a background job that does one or more of the following:
37-
3837
- sets the version history limits of all document libraries to that of the site;
39-
4038
- trims version in all document libraries according to each list's version history limits.
4139

4240
This effect can be applied to default version history limits, or a set of file types. Supported file types are:
43-
4441
- Audio
45-
4642
- OutlookPST
47-
4843
- Video
4944

5045
## EXAMPLES
@@ -103,7 +98,6 @@ Trim video and audio file versions, and the file versions that don't have a file
10398

10499
### Example 7
105100

106-
107101
```powershell
108102
New-SPOSiteManageVersionPolicyJob -Identity https://contoso.sharepoint.com/sites/site1 -TrimUseListPolicy -FileTypes @("Video","Audio") -ExcludeDefaultPolicy
109103
```
@@ -112,7 +106,6 @@ Trim video and audio file versions based on each document library's version hist
112106

113107
### Example 8
114108

115-
116109
```powershell
117110
New-SPOSiteManageVersionPolicyJob -Identity https://contoso.sharepoint.com/sites/site1 -TrimUseListPolicy -FileTypes @()
118111
```
@@ -121,7 +114,6 @@ Trim file versions that don't have a file type override based on each document l
121114

122115
### Example 9
123116

124-
125117
```powershell
126118
New-SPOSiteManageVersionPolicyJob -Identity https://contoso.sharepoint.com/sites/site1 -TrimUseListPolicy
127119
```
@@ -130,7 +122,6 @@ Trim all file versions based on each document library's version history limits.
130122

131123
### Example 10
132124

133-
134125
```powershell
135126
New-SPOSiteManageVersionPolicyJob -Identity https://contoso.sharepoint.com/sites/site1 -TrimUseListPolicy -ExcludeDefaultPolicy
136127
```
@@ -148,7 +139,6 @@ Apply the site video, audio, and default version history limits to existing docu
148139

149140
### Example 12
150141

151-
152142
```powershell
153143
New-SPOSiteManageVersionPolicyJob -Identity https://contoso.sharepoint.com/sites/site1 -SyncListPolicy -TrimUseListPolicy -FileTypes @("Video","Audio") -ExcludeDefaultPolicy
154144
```
@@ -157,7 +147,6 @@ Apply the site video, audio version history limits to existing document librarie
157147

158148
### Example 13
159149

160-
161150
```powershell
162151
New-SPOSiteManageVersionPolicyJob -Identity https://contoso.sharepoint.com/sites/site1 -SyncListPolicy -TrimUseListPolicy -FileTypes @()
163152
```
@@ -166,7 +155,6 @@ Apply the site default version history limits to existing document libraries. If
166155

167156
### Example 14
168157

169-
170158
```powershell
171159
New-SPOSiteManageVersionPolicyJob -Identity https://contoso.sharepoint.com/sites/site1 -SyncListPolicy -TrimUseListPolicy
172160
```
@@ -175,7 +163,6 @@ Apply the site version history limits (including file type overrides) to existin
175163

176164
### Example 15
177165

178-
179166
```powershell
180167
New-SPOSiteManageVersionPolicyJob -Identity https://contoso.sharepoint.com/sites/site1 -SyncListPolicy -TrimUseListPolicy -ExcludeDefaultPolicy
181168
```
@@ -216,11 +203,8 @@ Accept wildcard characters: False
216203
217204
### -FileTypes
218205
An array of file type names. The supported file type names are:
219-
220206
- Audio
221-
222207
- OutlookPST
223-
224208
- Video
225209
226210
```yaml

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,6 @@ This example disables the Power Apps Adaptive Card Extension.
672672

673673
### EXAMPLE 22
674674

675-
676675
```powershell
677676
Set-SPOTenant -EnableAutoExpirationVersionTrim $true -FileTypesForVersionExpiration @("Video", "Audio")
678677
```
@@ -681,7 +680,6 @@ This example sets automatic version history limit override for video and audio f
681680

682681
### EXAMPLE 23
683682

684-
685683
```powershell
686684
Set-SPOTenant -EnableAutoExpirationVersionTrim $false -MajorVersionLimit 500 -ExpireVersionsAfterDays 30 -FileTypesForVersionExpiration @("Video", "Audio")
687685
```
@@ -690,7 +688,6 @@ This example sets manual version history limit override for video and audio file
690688

691689
### EXAMPLE 24
692690

693-
694691
```powershell
695692
Set-SPOTenant -EnableAutoExpirationVersionTrim $false -MajorVersionLimit 500 -ExpireVersionsAfterDays 0 -FileTypesForVersionExpiration @("Video", "Audio")
696693
```
@@ -699,7 +696,6 @@ This example sets manual version history limit override for video and audio file
699696

700697
### EXAMPLE 25
701698

702-
703699
```powershell
704700
Set-SPOTenant -RemoveVersionExpirationFileTypeOverride @("Video", "Audio")
705701
```

0 commit comments

Comments
 (0)