Загрузка данных


# Включаем Guest Services
Set-VMIntegrationService -VMName "RokkFarm1-1" -Name "Guest Service Interface" -Enabled $true

# Проверяем, что всё включено
Get-VMIntegrationService -VMName "RokkFarm1-1"


....

Copy-VMFile -VMName "RokkFarm1-1" `
    -SourcePath "C:\путь\на\хосте\твой_файл.exe" `
    -DestinationPath "C:\Users\Administrator\Desktop\твой_файл.exe" `
    -FileSource Host