V9.2 support Hyper-V Copy-VMFile of guest integration?

Hello,
we use CentOS->RockyLinux bcs it’s work very good on Windows Server with Hyper-V/FailOverClustering feature with buil-in LIS.

We now test a RLv9.2 and get

PS C:\Windows\system32> Get-VMIntegrationService -VMName RL92-ARCH

VMName   Name                    Enabled PrimaryStatusDescription SecondaryStatusDescription
------   ----                    ------- ------------------------ --------------------------
RL92-ARCH Guest Service Interface True    OK
RL92-ARCH Heartbeat               True    OK
RL92-ARCH Key-Value Pair Exchange True    No Contact
RL92-ARCH Shutdown                True    OK
RL92-ARCH Time Synchronization    True    OK
RL92-ARCH VSS                     True    OK                       The protocol version of the component installed in the virtual machine does not match the version expected by the hosting system


PS C:\Windows\system32> Copy-VMFile -Name RL92-ARCH -SourcePath .\logoff.exe -DestinationPath '/root/' -FileSource Host -Force
Copy-VMFile : Failed to initiate copying files to the guest.
Failed to copy the source file 'C:\Windows\system32\logoff.exe' to the destination '/root/' in the guest.
'RL92-ARCH' failed to initiate copying files to the guest: Unspecified error (0x80004005). (Virtual machine ID A43230FC-8AF0-47AF-819A-55FAE29A33B3)
'RL92-ARCH' failed to copy the source file 'C:\Windows\system32\logoff.exe' to the destination '/root/' in the guest: Unspecified error (0x80004005). (Virtual machine ID A43230FC-8AF0-47AF-819A-55FAE29A33
B3)
At line:1 char:1
+ Copy-VMFile -Name RL92-ARCH -SourcePath .\logoff.exe -DestinationPath  ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Copy-VMFile], VirtualizationException
    + FullyQualifiedErrorId : OperationFailed,Microsoft.HyperV.PowerShell.Commands.CopyVMFile

And we see that support should work out-of-box in Supported CentOS and Red Hat Enterprise Linux virtual machines on Hyper-V | Microsoft Docs

Second and probably a MicroSoft problem is when we use a HV Console then we cannot paste a text into vm, problem with paste username/password/commands into hv console.
When copy a ‘12345678’ and paste it we get ‘nm,./*’ :frowning:

image

Best Regards
SiB