cesbit / aiowmi

Python WMI Queries
GNU General Public License v3.0
27 stars 8 forks source link

First version of wmic_server #10

Closed majurgens closed 2 years ago

majurgens commented 2 years ago

Description

This is a long-running python server which using aiowmi to make wmi calls on behalf of clients. Clients only need to talk HTTP to this server and hence can be written in many languages. This is in response to discussion I have been having with Rik Lempens.

Type of change

How Has This Been Tested?

I have tried many use cases and error cases.

Checklist:

majurgens commented 2 years ago

Sorry, I did not mean to close it. I will create another PR