cesbit / aiowmi

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

Whether to support property update setting of WMI object #24

Open koushui opened 2 years ago

koushui commented 2 years ago

Can it support the generation of WMI object instances, and support method calls and property settings for these objects, similar to impacket's iWbemServices.PutInstance method?

joente commented 1 year ago

At the moment? No. I think it should be possible to implement support but it will cost time.