Se fosse necessario aggiornare manualmente gli integration tools su un guest e' possibile farlo, ma sono richiesti alcuni passaggi manuali, poiche il file che viene scaricato e' un .cab, non autoinstallante.
da questo link e' possibile scaricare diverse versioni di integration tools (KB3063109/KB3071740):
https://support.microsoft.com/en-us/topic/hyper-v-integration-components-update-for-windows-virtual-machines-that-are-running-on-a-windows-10-or-windows-server-2016-based-host-bd22f4f6-feec-89f4-8a1d-405076ff4222
https://support.microsoft.com/en-us/topic/hyper-v-integration-components-update-for-windows-virtual-machines-8a74ffad-576e-d5a0-5a2f-d6fb2594f990
Per installare il package eseguire questi comandi:
$integrationServicesCabPath="C:\Temp\windows6.2-hypervintegrationservices-x86.cab"
Add-WindowsPackage -Online -PackagePath $integrationServicesCabPath
se il cmdlet "Add-WindowsPackage" non fosse disponibile allora eseguire questo comando
Windows 7 x64
dism /online /Add-Package /PackagePath:D:\windows6.x-hypervintegrationservices-x64.cab
REFERENCE
https://techcommunity.microsoft.com/t5/virtualization/integration-components-available-for-virtual-machines-not/ba-p/382247
Nessun commento:
Posta un commento