Forum Discussion
Windows Server 2022 Hyper-V : vmconnect introuvable pour accéder à la console VM (Server Core)
Your VM is running correctly; the failure occurs because vmconnect.exe is a graphical management client, not part of the normal Server Core local interface. Installing RSAT-Hyper-V-Tools on Core does not turn the host into Desktop Experience. Microsoft supports managing a Core Hyper-V host remotely, so reinstalling the host is unnecessary unless a local GUI is a firm requirement. From a Windows 10/11 Pro/Enterprise or Windows Server Desktop Experience management computer, install Hyper-V Management Tools. On the Core host, run Enable-PSRemoting as administrator. Because this is a workgroup, configure the host for CredSSP and add its FQDN to TrustedHosts on the management computer; then enable client CredSSP delegation and connect through Hyper-V Manager as an administrator of the host. Prefer the FQDN and a private network. Windows Admin Center is also a supported remote GUI option. Server Core cannot be converted in place to Desktop Experience; that requires a clean installation.