You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there!
I'm exploring this library instead of the pywin32 base wmi one.
I do some "dynamic" queries to classes entered by the user, so I don't know in advance the "keys" of the result. In wmi, I have the property "properties" which gives a map of the attributes returned. I couldn't see that in your wmi wrapper. Is there a way to do that?
For exmaple, I can do that with the other WMI library:
Hi there!
I'm exploring this library instead of the pywin32 base wmi one.
I do some "dynamic" queries to classes entered by the user, so I don't know in advance the "keys" of the result. In wmi, I have the property "properties" which gives a map of the attributes returned. I couldn't see that in your wmi wrapper. Is there a way to do that?
For exmaple, I can do that with the other WMI library:
Can I do the same with PyMI?
Thanks!
The text was updated successfully, but these errors were encountered: