1. Home
  2. Security Hardening
  3. CIS VMware ESXi 6.5 V1.0.0 L1
  4. Ensure VM Console Copy operations are disabled

Ensure VM Console Copy operations are disabled

Details

VM console copy operations should be disabled.

*Rationale*

VM console copy operations are disabled by default (not explicitly specified); however,

explicitly disabling this feature enables audit controls to check that this setting is correct.

Solution

To explicitly disable VM console copy operations, run the following PowerCLI command:

# Add the setting to all VMs
Get-VM | New-AdvancedSetting -Name ‘isolation.tools.copy.disable’ -value $true

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: System and Information Integrity.This control applies to the following type of system VMware.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles