Explicitly disable copy/paste operations. 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
# Add the setting to all VMs - Get-VM | New-AdvancedSetting -Name "isolation.tools.setGUIOptions.enable" -value $false