Enterprise Vault™ PowerShell Cmdlets
- Introducing the Enterprise Vault PowerShell cmdlets
- Archiving: Exchange
- Archiving: FSA
- Archiving: Skype for Business
- Archiving: SMTP
- Backup
- Classification
- Databases
- IMAP access
- Indexing
- Records management
- Reports
- Retention plans
- Roles-based administration
- Sites and servers
- Tasks and services
- Vault stores and archives
Set-EVClassificationVICFIPSMode
Note:
This cmdlet is only for use in Enterprise Vault 14.1 and later that uses the Arctera Insight Classification 2.4.0 or later.
Enterprise Vault 14.1 uses Arctera Insight Classification 2.4.0, which is Federal Information Processing Standards (FIPS) 140-2 standards compliant and meets the security requirements for cryptographic modules. By default, Arctera Insight Classification operates in the Relaxed mode (non-Approved mode).
If Enterprise Vault is used in a FIPS 140-2-compliant environment, it is recommended for administrators to enable the Strict mode (Approved mode) to use FIPS-compliant Arctera Insight Classification.
Set-EVClassificationVICFIPSMode can be used to change the FIPS mode of Arctera Insight Classification used within Enterprise Vault.
When enabled, Arctera Insight Classification runs in FIPS Approved mode. It also recycles Arctera Insight Classification application pool on the computer for the changes to take effect.
Note:
Run the cmdlet on an Enterprise Vault server as an administrator using a 64-Bit Windows PowerShell prompt.
Set-EVClassificationVICFIPSMode [-FipsEnabled] <Boolean> [<CommonParameters>]
Table: Set-EVClassificationVICFIPSMode parameters
Parameter | Description |
---|---|
-FipsEnabled <Boolean> (Required) | Specifies the FIPS mode of Arctera Insight Classification used within Enterprise Vault. By default, the value is set to False, resulting in the use of the FIPS Relaxed mode. If the value is set to True, then the FIPS Strict (Approved) mode will be used. |
Set-EVClassificationVICFIPSMode -FipsEnabled:$true
Enables the FIPS Approved mode of Arctera Insight Classification used within Enterprise Vault.
Set-EVClassificationVICFIPSMode -FipsEnabled:$false
Disables the FIPS Approved mode of Arctera Insight Classification used within Enterprise Vault.
None.