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 访问
- 索引
- 记录管理
- 保留计划
- 基于角色的管理
- 站点和服务器
- 任务和服务
- 保管库存储和归档
Set-EVClassificationVICFIPSMode
注意:
此 cmdlet 仅用于使用 Veritas Information Classifier 2.4.0 或更高版本的 Enterprise Vault 14.1 及更高版本中。
Enterprise Vault 14.1 使用 Veritas Information Classifier 2.4.0,该工具符合联邦信息处理标准 (FIPS) 140-2 标准,满足加密模块的安全要求。默认情况下,Veritas Information Classifier 在宽松模式(未批准模式)下运行。
如果 Enterprise Vault 在符合 FIPS 140-2 的环境中使用,则建议管理员启用严格模式(批准模式)以使用符合 FIPS 的 Veritas Information Classifier。
Set-EVClassificationVICFIPSMode 可用于更改在 Enterprise Vault 中使用的 Veritas Information Classifier 的 FIPS 模式 。
启用后,Veritas Information Classifier 会以 FIPS 批准模式运行。它还会回收计算机上的 Veritas Information Classifier 应用程序池,以便使更改生效。
注意:
使用 64 位 Windows PowerShell 提示符,以管理员角色在 Enterprise Vault 服务器上运行 cmdlet。
Set-EVClassificationVICFIPSMode [-FipsEnabled] <Boolean> [<CommonParameters>]
表:Set-EVClassificationVICFIPSMode 参数
参数 | 描述 |
|---|---|
-FipsEnabled <Boolean> (必需) | 指定在 Enterprise Vault 中使用的 Veritas Information Classifier 的 FIPS 模式。默认情况下,该值设置为 False,即使用 FIPS 宽松模式。如果该值设置为 True,则将使用 FIPS 严格(批准)模式。 |
Set-EVClassificationVICFIPSMode -FipsEnabled:$true
启用在 Enterprise Vault 中使用的 Veritas Information Classifier 的 FIPS 批准模式。
Set-EVClassificationVICFIPSMode -FipsEnabled:$false
禁用在 Enterprise Vault 中使用的 Veritas Information Classifier 的 FIPS 批准模式。
无。