Please enter search query.
Search <book_title>...
Veritas Enterprise Vault™ PowerShell Cmdlets
Last Published:
2017-08-10
Product(s):
Enterprise Vault (12.2)
- 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-EVSite
Gets the Enterprise Vault site information for the current Enterprise Vault server.
Get-EVSite 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.
See Importing modules.
Syntax
Get-EVSite [<CommonParameters>]
Parameters
PowerShell common parameters only.
Examples
Get-EVSite
Gets details of the Vault Site of which the current server is a member.
Output
Table: Get-EVSite properties lists the properties that are available.
Table: Get-EVSite properties
Name | Type | Description |
---|---|---|
DirectorySQLServer | String | The name of the SQL Server computer that hosts the Directory database. |
ID | String | The Site ID. |
Name | String | The name of the Enterprise Vault site. |
Related cmdlets
See Get-EVSiteInfo.