Open Dliv3 opened 3 years ago
Hi,
I want to create a new WMI class remotely with IWbemServices::PutClass but it always fails, and I didn't find any code samples about the IWbemServices::PutClass, is there anyone can help?
iWbemServices.PutClass(newClass, WBEM_CHANGE_FLAG_TYPE.enumItems.WBEM_FLAG_CREATE_OR_UPDATE)
I also want to know about how to use this function.
It's any others method in impacket use to create custom class?
Hi,
I want to create a new WMI class remotely with IWbemServices::PutClass but it always fails, and I didn't find any code samples about the IWbemServices::PutClass, is there anyone can help?