Enterprise Vault™ PowerShell Cmdlets
- Introducing the Enterprise Vault PowerShell cmdlets
 - Archiving: Exchange
 - Archiving: FSA
- Get-EVFSAComputerSettings
 - Get-EVFSAFileServer
 - Get-EVFSAFolder
 - Get-EVFSASiteSettings
 - Get-EVFSAVolume
 - New-EVFSAFileServer
 - New-EVFSAFolder
 - New-EVFSAVolume
 - Remove-EVFSAFileServer
 - Remove-EVFSAFolder
 - Remove-EVFSAVolume
 - Set-EVFSAComputerSettings
 - Set-EVFSAFileServer
 - Set-EVFSAFolder
 - Set-EVFSASiteSettings
 - Set-EVFSAVolume
 
 - Archiving: Skype for Business
 - Archiving: SMTP
- Get-EVSMTPHoldingFolder
 - Get-EVSMTPMessageTrackingLogLocation
 - Get-EVSMTPPolicy
 - Get-EVSMTPServerSettings
 - Get-EVSMTPTarget
 - New-EVSMTPPolicy
 - New-EVSMTPServerSettings
 - New-EVSMTPTarget
 - Remove-EVSMTPPolicy
 - Remove-EVSMTPTarget
 - Set-EVSMTPMessageTrackingLogLocation
 - Set-EVSMTPPolicy
 - Set-EVSMTPServerSettings
 - Set-EVSMTPTarget
 - Sync-EVSMTPServerSettings
 
 - Backup
- Get-EVIndexSnapshotLocationBackupMode
 - Set-EVIndexSnapshotLocationBackupMode
 - Clear-EVIndexSnapshotLocationBackupMode
 - Get-IndexLocationBackupMode
 - Set-IndexLocationBackupMode
 - Clear-IndexLocationBackUpMode
 - Get-VaultStoreBackupMode
 - Set-VaultStoreBackupMode
 - Clear-VaultStoreBackupMode
 - Set-EVIndexSnapshotLocation
 - Get-EVIndexSnapshotLocation
 - Remove-EVIndexSnapshotLocation
 - New-EVIndexSnapshot
 - Get-EVIndexSnapshot
 - Remove-EVIndexSnapshot
 - Restore-EVIndexSnapshot
 - Get-EVIndexSnapshotRepository
 - Remove-EVIndexSnapshotRepository
 
 - Classification
- Disable-EVClassification
 - Get-EVClassificationFCITags
 - Get-EVClassificationPolicy
 - Get-EVClassificationStatus
 - Get-EVClassificationTestMode
 - Get-EVClassificationVICTags
 - Import-EVClassificationFCIRules
 - Initialize-EVClassificationVIC
 - Set-EVClassificationVICFIPSMode
 - New-EVClassificationPolicy
 - Publish-EVClassificationFCIRules
 - Remove-EVClassificationPolicy
 - Set-EVClassificationPolicy
 - Set-EVClassificationTestMode
 
 - Databases
 - IMAP access
 - Indexing
 - Records management
 - Retention plans
 - Roles-based administration
 - Sites and servers
 - Tasks and services
 - Vault stores and archives
 
Get-EVVaultStorePartition
Gets information about vault store partitions.
Get-EVVaultStorePartition is provided by the snap-in  Symantec.EnterpriseVault.PowerShell.Core.dll.
Get-EVVaultStorePartition [<CommonParameters>]
PowerShell common parameters only.
Get-EVVaultStorePartition
Returns database details about all the Vault Store partitions on the current server.
Table: Get-EVVaultStorePartition properties lists the properties that are available.
Table: Get-EVVaultStorePartition properties
Name  | Type  | Description  | 
|---|---|---|
CollectorType  | String  | An indication of the collector type.  | 
Computer  | String  | The name of the server that hosts the partition.  | 
CreationDate  | DateTime  | The date and time that the partition was created.  | 
DeviceType  | String  | The type of device on which the partition resides. For example, "NTFS Volume".  | 
EntryId  | String  | The vault store partition Entry Id.  | 
HoursSinceLastBackup  | Int32  | The number of hours since the partition was last backed up.  | 
InterfaceType  | VaultStorePartitionInterfaceType  | One of the following: "Unknown", "NonWorm", "VolumeLevelRetPolicy", "Snaplock", "Snaplike", "Atime", "Streamer", "Max".  | 
IsSmartPartition  | Boolean  | Whether the partition is a smart partition (True) or a standard vault store partition (False).  | 
LastBackupDate  | DateTime  | The date and time that the partition was last backed up. This value is null if the partition has never been backed up.  | 
LastOpenedDate  | DateTime  | The date and time that the partition was last placed in an open state. This value is null if the partition has never been open.  | 
Location  | String  | The path to the partition.  | 
MigratorType  | String  | An indication of the migrator type.  | 
Name  | String  | The name of the partition.  | 
RollOver  | RolloverType  | One of the following: "NotEnabled", "EnabledBasedOnVolumeSize", "EnabledBasedOnVolumePercentage", "EnabledBasedOnDateTime", "EnabledBasedOnVolumeSizeAndDateTime", "EnabledBasedOnVolumePercentageAndDateTime", "EnabledBasedOnTimerAfter", "EnabledBasedOnVolumeSizeAndTimerAfter", "EnabledBasedOnVolumePercentageAndTimerAfter".  | 
Status  | PartitionState  | One of the following: "Undefined", "Closed", "Open", "Standby", "BeingDeleted", "Ready".  | 
Tags  | String  | For a smart partition only, the classification tags that you have associated with the partition.  | 
TotalQuotaGBytesAvailable  | Double  | The total amount of space available, in gigabytes. This value can be null.  | 
TotalQuotaGBytesFree  | Double  | The total amount of free space, in gigabytes. This value can be null.  | 
TotalQuotaGBytesUsed  | Double  | The amount of used space, in gigabytes. This value can be null.  | 
VaultStoreEntryId  | String  | The vault store Entry Id.  | 
VaultStoreGroupName  | String  | The vault store group name.  | 
VaultStoreName  | String  | The vault store name.  |