Veritas Enterprise Vault™ PowerShell Cmdlets
Get-EVStorageDatabase
Gets vault store and fingerprint database details for the current Enterprise Vault server.
Get-EVStorageDatabase 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-EVStorageDatabase [<CommonParameters>]
PowerShell common parameters only.
Get-EVStorageDatabase
Gets vault store and fingerprint databases details for an Enterprise Vault server.
Table: Get-EVStorageDatabase properties lists the properties that are available.
Table: Get-EVStorageDatabase properties
Name | Type | Description |
---|---|---|
DBName | String | A database name. |
EntryId | String | The vault store Entry Id. |
IsClustered | Boolean | Indicates whether SQL Server is clustered. |
SQLInstanceName | String | The name of the SQL Instance that hosts the database. |
SQLServerName | String | The name of the SQL Server that hosts the database. |
SQLServerVersion | String | The version of SQL Server on the server that hosts the database. |
StorageServiceEntryId | String | The Storage Service Entry Id. |
Type | EVDatabaseType | One of the following: "VaultStore"; "Fingerprint". |
VaultStoreGroupName | String | The name of the Vault Store Group that hosts the vault store. |
VaultStoreName | String | The name of the Vault Store. |
See Get-EVDatabase.