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-EVVaultStorePartition
获取有关保管库存储分区的信息。
Get-EVVaultStorePartition 由管理单元 Symantec.EnterpriseVault.PowerShell.Core.dll 提供。
Get-EVVaultStorePartition [<CommonParameters>]
仅 PowerShell 常见参数。
Get-EVVaultStorePartition
返回有关当前服务器上所有保管库存储分区的数据库详细信息。
表:Get-EVVaultStorePartition 属性 会列出可用的属性。
表:Get-EVVaultStorePartition 属性
|
Name |
类型 |
说明 |
|---|---|---|
|
CollectorType |
字符串 |
指示收集器类型。 |
|
Computer |
字符串 |
承载分区的服务器的名称。 |
|
CreationDate |
DateTime |
分区的创建日期和时间。 |
|
DeviceType |
字符串 |
分区所驻留的设备的类型。例如,NTFS Volume。 |
|
EntryId |
字符串 |
保管库存储分区条目 ID。 |
|
HoursSinceLastBackup |
Int32 |
自上次备份分区后经过的小时数。 |
|
InterfaceType |
VaultStorePartition InterfaceType |
有如下值:Unknown、NonWorm、VolumeLevelRetPolicy、Snaplock、Snaplike、Atime、Streamer、Max。 |
|
IsSmartPartition |
布尔值 |
分区是智能分区 (True) 还是标准保管库存储分区 (False)。 |
|
LastBackupDate |
DateTime |
上次备份分区的日期和时间。如果分区从未备份过,则该值为空。 |
|
LastOpenedDate |
DateTime |
分区上次置于打开状态的日期和时间。如果分区从未打开过,则该值为空。 |
|
Location |
字符串 |
指向分区的路径。 |
|
MigratorType |
字符串 |
指示迁移器类型。 |
|
Name |
字符串 |
分区名称。 |
|
RollOver |
RolloverType |
有如下值:NotEnabled、EnabledBasedOnVolumeSize、EnabledBasedOnVolumePercentage、EnabledBasedOnDateTime、EnabledBasedOnVolume SizeAndDateTime、EnabledBasedOnVolume PercentageAndDateTime、EnabledBasedOnTimerAfter、EnabledBasedOnVolume SizeAndTimerAfter、EnabledBasedOnVolume PercentageAndTimerAfter。 |
|
Status |
PartitionState |
有如下值:Undefined、Closed、Open、Standby、BeingDeleted、Ready。 |
|
Tags |
字符串 |
(仅适用于智能分区)与分区关联的分类标签。 |
|
TotalQuotaGBytesAvailable |
Double |
可用空间总量 (GB)。此值可以为空。 |
|
TotalQuotaGBytesFree |
Double |
可用空间总量 (GB)。此值可以为空。 |
|
TotalQuotaGBytesUsed |
Double |
已使用的空间量 (GB)。此值可以为空。 |
|
VaultStoreEntryId |
字符串 |
保管库存储条目 ID。 |
|
VaultStoreGroupName |
字符串 |
保管库存储组名称。 |
|
VaultStoreName |
字符串 |
保管库存储名称。 |