Veritas Enterprise Vault™ PowerShell Cmdlets
Get-EVVaultStore
Gets information about the Vault Stores that are hosted by the current Enterprise Vault server.
Get-EVVaultStore is provided by Symantec.EnterpriseVault.PowerShell.Core.dll
, which is not imported automatically by the Enterprise Vault Management Shell. You must import this DLL module.
Get-EVVaultStore [<CommonParameters>]
PowerShell common parameters only.
Get-EVVaultStore
Returns details of all the Vault Stores on the current Enterprise Vault server.
Table: Get-EVVaultStore properties lists the properties that are available.
Table: Get-EVVaultStore properties
Name | Type | Description |
---|---|---|
BackupMode | Boolean | One of the following: "True" (backup mode is on); "False" (backup mode is off). |
Computer | String | The name of the server that hosts the vault store. |
DatabaseName | String | The name of the vault store database. |
EntryId | String | The vault store Entry Id. |
Indexed | Boolean | This property is "True" when a vault store is enabled for indexing, otherwise it is "False". |
Name | String | The vault store name. |
RemovalStatus | RemovalStatus | The safety copy removal setting. One of the following: "Never", "Immediately", "AfterBackup", "AfterBackupImmediateForJournaling". |
SharingLevel | VaultStoreSharingLevel | One of the following: "ShareWithinVaultStore"; "ShareWithinGroup"; "NoSharing". |
SQLServer | String | The SQL Server that hosts the vault store. |
Status | VaultStoreStatus | One of the following: "Available", "MarkedForDeletion", "BackupMode", "BeingCreated". |
VaultStoreGroupName | String | The name of the vault store group that the vault store is in. |