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-EVClassificationFCITags
注意:
此 cmdlet 仅用于 Enterprise Vault 12 中引入的分类功能。此功能使用 Microsoft 文件分类基础架构 (FCI) 对归档内容进行分类。此 cmdlet 不适用于更高版本的 Veritas 信息分类器分类方法。
对于分类缓存文件夹中指定的纯文本 (.txt) 文件,Get-EVClassificationFCITags 可返回 Enterprise Vault 用来标记该文件的分类属性及其属性值的详细信息。
默认情况下,Enterprise Vault 会优先清空缓存文件夹。但是,您可以在管理控制台中选择一个设置,从而将其配置为保留缓存内容。
Get-EVClassificationFCITags 由管理单元 Symantec.EnterpriseVault.PowerShell.Snapin.dll 提供。
Get-EVClassificationFCITags [-File] <String>
表:Get-EVClassificationFCITags 参数
参数 | 说明 |
|---|---|
-File(必填) | 为其返回分类详细信息的纯文本文件的路径。仅可使用 |
Get-EVClassificationFCITags -File E:\EVCache\Classification\ClassificationFile.txt
返回文件
ClassificationFile.txt的分类详细信息。Get-EVClassificationFCITags -File 'E:\EVCache\Classification\EV$9...EDB8.txt'
返回其名称中含美元符号的文件的分类详细信息。 因此,整个路径括在单引号中。
此 cmdlet 会返回 Symantec.EnterpriseVault.PowerShell.Commands.ClassificationProperty 类型的对象数组,它们具有以下属性。
表:Get-EVClassificationFCITags 属性
名称 | 类型 | 说明 |
|---|---|---|
PolicyName | 字符串 | 匹配的分类规则或策略。 |
Category | 字符串 | 匹配的 evtag.category 值。 |
Inclusion | 字符串 | 匹配的 evtag.inclusion 值。 |
Exclusion | 字符串 | 匹配的 evtag.exclusion 值。 |
Discard | 布尔值 | 是否会放弃相应项目。 |
RetentionCategories | 字符串 | 匹配的保留类别。 |