Information
Disable VM Console Drag and Drop 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.dnd.disable' -value $true
Impact-This is the default setting so functionality remains the same.
Default Value-The prescribed state is the default state.