Important Update: Cohesity Products Documentation
All Cohesity product documentation are now managed via the Cohesity Docs Portal: https://docs.cohesity.com/HomePage/Content/home.htm. Some documentation available here may not reflect the latest information or may no longer be accessible.
Enterprise Vault™ PowerShell Cmdlet
- Enterprise Vault PowerShell Cmdlet 简介
- 归档:Exchange
- 归档:FSA
- 归档:Skype for Business
- 归档: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
- 备份
- 分类
- Disable-EVClassification
- Get-EVClassificationFCITags
- Get-EVClassificationPolicy
- Get-EVClassificationStatus
- Get-EVClassificationTestMode
- Get-EVClassificationVICTags
- Import-EVClassificationFCIRules
- Initialize-EVClassificationVIC
- New-EVClassificationPolicy
- Publish-EVClassificationFCIRules
- Remove-EVClassificationPolicy
- Set-EVClassificationPolicy
- Set-EVClassificationTestMode
- 数据库
- IMAP 访问
- 索引
- 记录管理
- 保留计划
- 基于角色的管理
- 站点和服务器
- 任务和服务
- 保管库存储和归档
Get-EVFileLocation
获取当前 Enterprise Vault 服务器上配置的 Enterprise Vault 文件位置的详细信息。
Get-EVFileLocation 由管理单元 Symantec.EnterpriseVault.PowerShell.Core.dll 提供。
Get-EVFileLocation [[-Type] <String>] [<CommonParameters>]
表:Get-EVFileLocation 参数
|
参数 |
说明 |
|---|---|
|
-Type |
您想要了解其详细信息的 Enterprise Vault 文件位置。可以指定以下任意一项:
|
Get-EVFileLocation
获取在当前服务器上配置的 Enterprise Vault 文件位置的详细信息。
表:Get-EVFileLocation 属性 会列出可用的属性。
表:Get-EVFileLocation 属性
|
名称 |
类型 |
说明 |
|---|---|---|
|
Path |
字符串 |
文件夹位置的路径。 |
|
TotalQuotaGBytesAvailable |
Double |
该位置上的总可用空间 (GB)。 |
|
TotalQuotaGBytesFree |
Double |
该位置上的可用空间 (GB)。 |
|
TotalQuotaGBytesUsed |
Double |
该位置上的已用空间 (GB)。 |
|
Type |
FileLocation |
有如下值:“Application”、“Cache”、“Temporary”。 |