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 访问
- 索引
- 记录管理
- 保留计划
- 基于角色的管理
- 站点和服务器
- 任务和服务
- 保管库存储和归档
Disable-EVClassification
Disable-EVClassification 允许您禁用文件分类基础架构引擎或 Veritas 信息分类器引擎。此 cmdlet 不允许同时禁用这两个引擎。在 Enterprise Vault 服务器上运行 cmdlet。
如果禁用了分类引擎,稍后要重新启用该引擎,可以使用以下 cmdlet 之一来启用:
对于文件分类基础架构引擎,使用 Import-EVClassificationFCIRules 或 Publish-EVClassificationFCIRules。
对于 Veritas 信息分类器引擎,使用 Initialize-EVClassificationVIC。
Disable-EVClassification 由管理单元 Symantec.EnterpriseVault.PowerShell.AdminAPI.dll 提供。
Disable-EVClassification [-FCI <SwitchParameter>] [-VIC <SwitchParameter>] [-SiteId <String>] [<CommonParameters>]
表:Disable-EVClassification 参数
参数 | 说明 |
|---|---|
-FCI | 如果已指定,则禁用使用文件分类基础架构引擎进行分类。 |
-VIC | 如果已指定,则禁用使用 Veritas 信息分类器引擎进行分类。 |
-SiteId | 要禁用指定分类引擎的 Enterprise Vault 站点的 ID。如果省略此参数,Disable-EVClassification 将检查注册表以确定当前站点的 ID。 您可以使用 Get-EVSite 获取站点 ID。 |
Disable-EVClassification -FCI
禁用使用文件分类基础架构引擎进行分类。由于未指定站点 ID,cmdlet 将检查注册表以确定当前站点的 ID。
Disable-EVClassification -VIC -SiteId 198...example.com
禁用在指定的 Enterprise Vault 站点中使用 Veritas 信息分类器引擎进行分类。
此 cmdlet 返回 Symantec.EnterpriseVault.PowerShell.Commands.ClassificationEngine 类型的对象,其中包含以下属性。
表:Disable-EVClassification 属性
名称 | 类型 | 说明 |
|---|---|---|
SiteName | 字符串 | 已禁用分类引擎的 Enterprise Vault 站点的名称。 |
FCIEnabled | 布尔值 | 是否启用使用文件分类基础架构引擎进行分类。 |
VICEnabled | 布尔值 | 是否启用使用 Veritas 信息分类器引擎进行分类。 |
VICPoliciesPath | 字符串 | Veritas 信息分类器应在其中保留策略信息的文件夹的路径。如果已禁用该引擎,则此路径为空。 |