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-EVDatabase
Get-EVDatabase returns Enterprise Vault Directory, monitoring, and auditing database details for an Enterprise Vault server.
Get-EVDatabase is provided by the snap-in Symantec.EnterpriseVault.PowerShell.Core.dll
.
Get-EVDatabase
PowerShell common parameters only.
Get-EVDatabase
Returns Directory, monitoring, and auditing database details.
Get-EVDatabase returns an object of type Symantec.EnterpriseVault.PowerShell.Core.Output.Database
, which has the following properties.
Table: Get-EVDatabase properties
Name | Type | Description |
---|---|---|
DBName | String | The name of the Enterprise Vault database. For example, "EnterpriseVaultDirectory". |
IsClustered | Boolean | Indicates whether SQL Server is clustered. |
SQLInstanceName | String | The name of the SQL Server instance that hosts the Directory database. |
SQLServerName | String | The name of the SQL Server computer that hosts the Directory database. |
SQLServerVersion | String | The version of SQL Server on the SQL Server computer that hosts the Directory database. |
Type | EVDatabaseType | The possible values are "Audit", "Directory", and "Monitoring". |