Ylianst / MeshCentral

A complete web-based remote monitoring and management web site. Once setup you can install agents and perform remote desktop session to devices on the local network or over the Internet.
https://meshcentral.com
Apache License 2.0
3.99k stars 536 forks source link

MeshCommander can't wake up target system via SOL when target system is in modern standby. #605

Closed JoshuaSYChang closed 4 years ago

JoshuaSYChang commented 4 years ago

Hi Ylian,

As WebUI support the "Wake from Standby (Connected)" option when target system is in modern standby but MeshCommander v0.7.9 does not have this option to act as WebUI, could you help to add the option for support? Many thanks.

MS

Best regards, Joshua

jsastriawan commented 4 years ago

It seems this API requests OS powersaving state change which is not currently being used. I'll take a stab on that but Ylian will be traveling in the next few days.

Regards,

Joko

Ylianst commented 4 years ago

This is a good request. @jsastriawan, can you find any documentation on how to do the WSMAN call for you? If you do, I should be able to implement this quickly.

Ylianst commented 4 years ago

Never mind, I found it in the documentation. It's a completely different flow. I will start work on it.

x

jsastriawan commented 4 years ago

You are fast. I was about to answer with the same resources. :smiley:

Ylianst commented 4 years ago

Uploaded a new MeshCommander v0.7.9 with OS power state control for Intel AMT 10+. Since I did not change the version number, you need to uninstall/download/install MeshCommander again. I am not sure if this works, Intel AMT accepts the command but it does nothing on my computer probably because the OS does not support it. Would appreciate some testing on this.

x

jsastriawan commented 4 years ago

This is LMS assisted operation. In order to get this to work, LMS will have to handle message emitted by MEI and perform OS power state change operation. Our Microlms does not handle that event yet.

Ylianst commented 4 years ago

@jsastriawan That totally makes sense and exactly why it's not working on my computer. Need to work on improving MicroLMS at some point.

JoshuaSYChang commented 4 years ago

Hi Ylian.

Thanks for your great support, the new v0.7.9 can work in my side.

Best regards, Joshua