1. Im Hyper-V Manager in den VM-Einstellungen bei Integrationsdienste die Option Gastdienste aktivieren.
Alternativ auch über PowerShell möglich:
Enable-VMIntegrationService -VMName
“ -Name „Guest Service Interface“
2. Dateien mit Copy-VMFile via PowerShell kopieren:
Copy-VMFile -Name
-SourcePath „C:\Users\Administrator\Desktop\test.dat“ -DestinationPath „C:\Users\Administrator\Desktop“ -FileSource Host