I want to get information from my Client's that running Windows through Linux.
I have several clients that running Windows, and I'm running Ubuntu. I want to make a C++ code, and get information like CPU usage, disk space, etc from my client's.
Is there any way to do that?
I know I can use WMIC (WMI Client) and execute query (WQL) from terminal, but I want to use some libraries in C++ (I use Qt Creator).