Veritas Enterprise Vault™ PowerShell Cmdlets
Get-EVFileLocation
Gets details of the Enterprise Vault file locations that are configured on the current Enterprise Vault server.
Get-EVFileLocation 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-EVFileLocation [[-Type] <string>] [<CommonParameters>]
Table: Get-EVFileLocation parameters
Parameter | Description |
---|---|
-Type | The Enterprise Vault file location for which you want details. You can specify any of the following:
|
Get-EVFileLocation
Gets details of the Enterprise Vault file locations that are configured on the current server.
Table: Get-EVFileLocation properties lists the properties that are available.
Table: Get-EVFileLocation properties
Name | Type | Description |
---|---|---|
Path | String | Path to the folder location. |
TotalQuotaGBytesAvailable | Double | The total available space at the location, in gigabytes. |
TotalQuotaGBytesFree | Double | The free space at the location, in gigabytes. |
TotalQuotaGBytesUsed | Double | The space used at the location, in gigabytes. |
Type | FileLocation | One of the following: "Application"; "Cache"; "Temporary". |