Enterprise Vault™ PowerShell Cmdlets
- Introducing the Enterprise Vault PowerShell cmdlets
 - Archiving: Exchange
 - Archiving: FSA
- Get-EVFSAComputerSettings
 - Get-EVFSAFileServer
 - Get-EVFSAFolder
 - Get-EVFSASiteSettings
 - Get-EVFSAVolume
 - New-EVFSAFileServer
 - New-EVFSAFolder
 - New-EVFSAVolume
 - Remove-EVFSAFileServer
 - Remove-EVFSAFolder
 - Remove-EVFSAVolume
 - Set-EVFSAComputerSettings
 - Set-EVFSAFileServer
 - Set-EVFSAFolder
 - Set-EVFSASiteSettings
 - Set-EVFSAVolume
 
 - Archiving: Skype for Business
 - Archiving: SMTP
- Get-EVSMTPHoldingFolder
 - Get-EVSMTPMessageTrackingLogLocation
 - Get-EVSMTPPolicy
 - Get-EVSMTPServerSettings
 - Get-EVSMTPTarget
 - New-EVSMTPPolicy
 - New-EVSMTPServerSettings
 - New-EVSMTPTarget
 - Remove-EVSMTPPolicy
 - Remove-EVSMTPTarget
 - Set-EVSMTPMessageTrackingLogLocation
 - Set-EVSMTPPolicy
 - Set-EVSMTPServerSettings
 - Set-EVSMTPTarget
 - Sync-EVSMTPServerSettings
 
 - Backup
- Get-EVIndexSnapshotLocationBackupMode
 - Set-EVIndexSnapshotLocationBackupMode
 - Clear-EVIndexSnapshotLocationBackupMode
 - Get-IndexLocationBackupMode
 - Set-IndexLocationBackupMode
 - Clear-IndexLocationBackUpMode
 - Get-VaultStoreBackupMode
 - Set-VaultStoreBackupMode
 - Clear-VaultStoreBackupMode
 - Set-EVIndexSnapshotLocation
 - Get-EVIndexSnapshotLocation
 - Remove-EVIndexSnapshotLocation
 - New-EVIndexSnapshot
 - Get-EVIndexSnapshot
 - Remove-EVIndexSnapshot
 - Restore-EVIndexSnapshot
 - Get-EVIndexSnapshotRepository
 - Remove-EVIndexSnapshotRepository
 
 - Classification
- Disable-EVClassification
 - Get-EVClassificationFCITags
 - Get-EVClassificationPolicy
 - Get-EVClassificationStatus
 - Get-EVClassificationTestMode
 - Get-EVClassificationVICTags
 - Import-EVClassificationFCIRules
 - Initialize-EVClassificationVIC
 - Set-EVClassificationVICFIPSMode
 - New-EVClassificationPolicy
 - Publish-EVClassificationFCIRules
 - Remove-EVClassificationPolicy
 - Set-EVClassificationPolicy
 - Set-EVClassificationTestMode
 
 - Databases
 - IMAP access
 - Indexing
 - Records management
 - Retention plans
 - Roles-based administration
 - Sites and servers
 - Tasks and services
 - Vault stores and archives
 
Get-EVVaultStore
Gets information about the vault stores that are hosted by the current Enterprise Vault server.
Get-EVVaultStore is provided by the snap-in  Symantec.EnterpriseVault.PowerShell.Core.dll.
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.  |