We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f78c775 commit 76103d0Copy full SHA for 76103d0
sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/New-SPOSiteManageVersionPolicyJob.md
@@ -10,10 +10,13 @@ schema: 2.0.0
10
## SYNOPSIS
11
Starts a background job that manages the file versions and version history limits of all of its document libraries.
12
13
+> [!NOTE]
14
+> This feature is currently in preview and may not be available in your tenant.
15
+
16
## SYNTAX
17
18
### MandatoryTrimOptionalSync
-```
19
+```powershell
20
New-SPOSiteManageVersionPolicyJob [-Identity] <SpoSitePipeBind> [-FileTypes <String[]>] [-ExcludeDefaultPolicy]
21
[-TrimUseListPolicy] [-SyncListPolicy] [-WhatIf] [-Confirm] [<CommonParameters>]
22
```
0 commit comments