Tout est ici : Release v7.5.4 Release of PowerShell · PowerShell/PowerShell · GitHub

Tout est détaillé dans la KB suivante :
https://knowledge.broadcom.com/external/article/343425/upgrade-a-host-with-offline-zip-bundle.html
Toute les informations sur ce lien :
Product Interoperability Matrix

Toute les informations sur ce lien :
Product Interoperability Matrix

Afin de lister / exporter les informations paramétrées sur vos hôtes ESXi (Port réseau, IP, Masque), vous pouvez utiliser :
Get-VMHost | Get-VMHostNetwork | Select Hostname, VMKernelGateway -ExpandProperty VirtualNic |`
 Where {$_.vMotionEnabled} | Select Hostname, PortGroupName, IP, SubnetMask
	2 Kbs peuvent être utilisé : Continuer la lecture de Unable to apply DRS resource settings on host
Get-VMHost monex | Get-VMHostService | Where Key -EQ "TSM-SSH" | Stop-VMHostService -Confirm:$False
Get-VMHost Monexi| Get-VMHostService | Where Key -EQ "TSM-SSH" | Start-VMHostService