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-EVVaultStore
获取当前 Enterprise Vault 服务器承载的保管库存储的信息。
Get-EVVaultStore 由管理单元 Symantec.EnterpriseVault.PowerShell.Core.dll 提供。
Get-EVVaultStore [<CommonParameters>]
仅 PowerShell 常见参数。
Get-EVVaultStore
返回当前 Enterprise Vault 服务器上所有保管库存储的详细信息。
表:Get-EVVaultStore 属性 会列出可用的属性。
表:Get-EVVaultStore 属性
|
名称 |
类型 |
说明 |
|---|---|---|
|
BackupMode |
布尔值 |
有如下值:True(备份模式打开)、False(备份模式关闭)。 |
|
Computer |
字符串 |
承载保管库存储的服务器的名称。 |
|
DatabaseName |
字符串 |
保管库存储数据库的名称。 |
|
EntryId |
字符串 |
保管库存储条目 ID。 |
|
Indexed |
布尔值 |
当保管库存储启用进行索引时,此属性为 True;否则为 False。 |
|
Name |
字符串 |
保管库存储名称。 |
|
RemovalStatus |
RemovalStatus |
安全副本删除设置。有如下值:Never、Immediately、AfterBackup、AfterBackupImmediateForJournaling。 |
|
SharingLevel |
VaultStoreSharingLevel |
有如下值:ShareWithinVaultStore、ShareWithinGroup、NoSharing。 |
|
SQLServer |
字符串 |
承载保管库存储的 SQL Server。 |
|
Status |
VaultStoreStatus |
有如下值:Available、MarkedForDeletion、BackupMode、BeingCreated。 |
|
VaultStoreGroupName |
字符串 |
保管库存储所在的保管库存储组的名称。 |