Hi
My team and I have interface which allows us to monitor our Hyper-V virtual machine states. We are also building a custom terminal services interface to connect to the Hyper-V virtual machines using the AsMSTSCLib. In order to configure the connection settings, we would like to know if there are avenues by which we can check the OS state for a guest Windows 10 VM. Specific data points we're hoping to infer the following:
- Did the OS boot up properly?
- Is the OS in the lock screen?
- Is the OS into a user session?
From what we know, Hyper-V only monitors the hypervisor visible health metrics and not the guest OS health metrics. Are there any avenues we might be able to leverage to get guest OS level state information?