@@ -34,17 +34,12 @@ New-SPOSiteManageVersionPolicyJob [-Identity] <SpoSitePipeBind> [-FileTypes <Str
3434
3535## DESCRIPTION
3636Starts 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
4240This 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
108102New-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
117110New-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
126118New-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
135126New-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
153143New-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
162151New-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
171159New-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
180167New-SPOSiteManageVersionPolicyJob -Identity https://contoso.sharepoint.com/sites/site1 -SyncListPolicy -TrimUseListPolicy -ExcludeDefaultPolicy
181168```
@@ -216,11 +203,8 @@ Accept wildcard characters: False
216203
217204### -FileTypes
218205An array of file type names. The supported file type names are:
219-
220206- Audio
221-
222207- OutlookPST
223-
224208- Video
225209
226210` ` ` yaml
0 commit comments