Veritas 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
Get-EVVaultStorePartition
Gets information about Vault Store partitions.
Get-EVVaultStorePartition is provided by Symantec.EnterpriseVault.PowerShell.Core.dll
, which is not imported automatically by the Enterprise Vault Management Shell. You must import this DLL file.
See Importing modules.
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". |
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". |
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. |