Veritas Enterprise Vault™ PowerShell Cmdlets
Get-EVIndexLocation
Gets details of the Enterprise Vault index locations that are configured on the current Enterprise Vault server.
Get-EVIndexLocation 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-EVIndexLocation [<CommonParameters>]
PowerShell common parameters only.
Get-EVIndexLocation
Gets details of the Enterprise Vault index locations that are configured on the current Enterprise Vault server.
Table: Get-EVIndexLocation properties lists the properties that are available.
Table: Get-EVIndexLocation properties
Name | Type | Description |
---|---|---|
BackupMode | IndexLocationBackupMode | Index location backup mode. One of the following: "On"; "Off". |
ComputerName | String | The name of the computer that hosts the index location. |
IndexingGroup | String | The name of the indexing group that the location is in, if any. |
IndexRootPath | String | The index root path. For example, |
IndexRootPathEntryId | String | The Index Root Path Entry Id. |
IndexServiceEntryID | String | The Index Service Entry ID. |
Status | IndexLocationStatus | The index location status. One of the following: "Open"; "Closed". |
TotalQuotaGBytesAvailable | Double | The total amount of space available, in gigabytes. This value can be null. |
TotalQuotaGBytesFree | Double | The amount of unused space, in gigabytes. This value can be null |
TotalQuotaGBytesUsed | Double | The amount of used space, in gigabytes. This value can be null. |