Information
Disable VM console copy and paste operations.
*Rationale*
Copy and paste operations are disabled by default; however, by explicitly disabling this
feature, it will enable audit controls to check that this setting is correct.
Solution
To implement the recommended configuration state, run the following PowerCLI
command-# Add the setting to all VMs
Get-VM | New-AdvancedSetting -Name 'isolation.tools.copy.disable' -value $true
Impact-This is the default setting so functionality remains the same. If you require copy and paste
operations, you must enable them using the vSphere Client.
Default Value-The prescribed state is the default state.