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-EVStorageDatabase
Gets vault store and fingerprint database details for the current Enterprise Vault server.
Get-EVStorageDatabase is provided by the snap-in Symantec.EnterpriseVault.PowerShell.Core.dll
.
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.