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-EVFileLocation
Gets details of the Enterprise Vault file locations that are configured on the current Enterprise Vault server.
Get-EVFileLocation is provided by the snap-in Symantec.EnterpriseVault.PowerShell.Core.dll
.
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". |