Enterprise Vault™ PowerShell Cmdlet
- Enterprise Vault PowerShell Cmdlet 简介
- 归档:Exchange
- 归档:FSA
- Get-EVFSAComputerSettings
- Get-EVFSAFileServer
- Get-EVFSAFolder
- Get-EVFSASiteSettings
- Get-EVFSAVolume
- New-EVFSAFileServer
- New-EVFSAFolder
- New-EVFSAVolume
- Remove-EVFSAFileServer
- Remove-EVFSAFolder
- Remove-EVFSAVolume
- Set-EVFSAComputerSettings
- Set-EVFSAFileServer
- Set-EVFSAFolder
- Set-EVFSASiteSettings
- Set-EVFSAVolume
- 归档: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
- 备份
- Get-EVIndexSnapshotLocationBackupMode
- Set-EVIndexSnapshotLocationBackupMode
- Clear-EVIndexSnapshotLocationBackupMode
- Get-IndexLocationBackupMode
- Set-IndexLocationBackupMode
- Clear-IndexLocationBackUpMode
- Get-VaultStoreBackupMode
- Set-VaultStoreBackupMode
- Clear-VaultStoreBackupMode
- Set-EVIndexSnapshotLocation
- Get-EVIndexSnapshotLocation
- Remove-EVIndexSnapshotLocation
- New-EVIndexSnapshot
- Get-EVIndexSnapshot
- Remove-EVIndexSnapshot
- Restore-EVIndexSnapshot
- Get-EVIndexSnapshotRepository
- Remove-EVIndexSnapshotRepository
- Export-EVIndexData
- Import-EVIndexData
- 分类
- Disable-EVClassification
- Get-EVClassificationFCITags
- Get-EVClassificationPolicy
- Get-EVClassificationStatus
- Get-EVClassificationTestMode
- Get-EVClassificationVICTags
- Import-EVClassificationFCIRules
- Initialize-EVClassificationVIC
- Set-EVClassificationVICFIPSMode
- New-EVClassificationPolicy
- Publish-EVClassificationFCIRules
- Remove-EVClassificationPolicy
- Set-EVClassificationPolicy
- Set-EVClassificationTestMode
- 数据库
- IMAP 访问
- 索引
- 记录管理
- 保留计划
- 基于角色的管理
- 站点和服务器
- 任务和服务
- 保管库存储和归档
Get-EVDatabaseFileInfo
Get-EVDatabaseFileInfo 将返回当前 Enterprise Vault 服务器上 Enterprise Vault 数据库的数据库文件和磁盘空间信息。
Get-EVDatabaseFileInfo 由管理单元 Symantec.EnterpriseVault.PowerShell.Core.dll 提供。
Get-EVDatabaseFileInfo [-DatabaseType] <String> [<CommonParameters>]
Get-EVDatabaseFileInfo [-DatabaseType] <String> [-EntryId] <String> [-StorageServiceEntryId] <String> [<CommonParameters>]
表:Get-EVDatabaseFileInfo 参数
|
参数 |
说明 |
|---|---|
|
-DatabaseType |
您想要了解其详细信息的数据库的类型。可以指定以下任意一项:
|
|
-EntryID |
要查找 EntryId 的值,可以使用 Get-EVStorageDatabase cmdlet。 |
|
-StorageServiceEntryId |
要查找 StorageServiceEntryId 的值,可以使用 Get-EVStorageDatabase cmdlet。 |
Get-EVDatabaseFileInfo -DatabaseType Directory
返回 Enterprise Vault 目录数据库的数据库文件和磁盘空间信息。
Get-EVDatabaseFileInfo -DatabaseType VaultStore -EntryId 21E...08002B30909D -StorageServiceEntryId 21E...08002B30309D
返回特定保管库存储数据库的数据库文件和磁盘空间信息。该命令指定使用 Storage Service 获取信息。
要查找 EntryId 和 StorageServiceEntryId 的值,可以使用 Get-EVStorageDatabase cmdlet。
表:Get-EVDatabaseFileInfo 属性 会列出可用的属性。
表:Get-EVDatabaseFileInfo 属性
|
名称 |
类型 |
说明 |
|---|---|---|
|
DatabaseName |
字符串 |
Enterprise Vault 数据库的名称。例如“EnterpriseVaultDirectory”。 |
|
FileType |
EVDatabaseType |
有如下值:Log、Data。 |
|
HoursSinceLastBackup |
Int32 |
自上次备份文件以来经过的小时数。 |
|
LastBackupDate |
DateTime |
上次备份文件的日期和时间。如果从未备份过文件,则此值为空。 |
|
LogicalFileName |
字符串 |
逻辑文件名。 |
|
PhysicalFileName |
字符串 |
物理文件的完整路径。 |
|
TotalQuotaGBytesAvailable |
Double |
可用空间总计 (GB)。此值可以为空。 |
|
TotalQuotaGBytesFree |
Double |
未使用的空间量 (GB)。此值可以为空。 |
|
TotalQuotaGBytesUsed |
Double |
已使用的空间量 (GB)。此值可以为空。 |
请参见Get-EVDatabase。