Information
VM console paste operations should be disabled.
*Rationale*
VM console paste 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 paste operations, run the following PowerCLI command:
# Add the setting to all VMs
Get-VM | New-AdvancedSetting -Name 'isolation.tools.paste.disable' -value $true