Enterprise Vault™ PowerShell Cmdlets
- Introducing the Enterprise Vault PowerShell cmdlets
- Archiving: Exchange
- Archiving: FSA
- Archiving: Skype for Business
- Archiving: SMTP
- Backup
- Classification
- Databases
- IMAP access
- Indexing
- Records management
- Retention plans
- Roles-based administration
- Sites and servers
- Tasks and services
- Vault stores and archives
Start-PartitionRollover
Start-PartitionRollover forcibly closes the open partition in the specified vault store and opens the first ready partition, if one exists. You must also specify the server that runs the Storage service for the vault store in which you want to force partition rollover.
Start-PartitionRollover is provided by the snap-in Symantec.EnterpriseVault.PowerShell.Snapin.dll
.
Start-PartitionRollover [-EVServerName] <String> [-VaultStore] <String> [<CommonParameters>]
Table: Start-PartitionRollover parameters
Parameter | Description |
---|---|
-EVServerName (required) | The Enterprise Vault server that runs the Storage service for the vault store in which you want to force partition rollover. |
-VaultStore (required) | The name or ID of the vault store in which you want to force partition rollover. |
Start-PartitionRollover EVServer-Win2k3 VS1
Connects to the Enterprise Vault server EVServer-Win2k3 and verifies that vault store VS1 uses the Storage service on this server. If it does, Start-PartitionRollover forces partition rollover in vault store VS1.
There is a confirmation message on completion.