WMI4Java
WMI4Java copied to clipboard
Java API to perform WMI queries
Hi @profesorfalken , I have 2 Problems with following example: * the 4k Hash is only 100 characters long * I cannot get the filters to work :( here is...
Hello! I use an implementation based on VBScript because VBScript exists on any windows machines. I had a problem that WMI output has question marks (?????) instead of cyrilic characters...
The method for getting a list of WMI-Objects used the "getWMIObject( )"-Method instead of "getWMIObjectList( )".
As discussed in https://github.com/profesorfalken/jProcesses/issues/32, there is a handle leak when using WM4Java for Java versions beyond 10. This PR works around the problem by explicetly closing the streams of process....
Hi authors, it's not clear if this project can also allow remote calls using winrm. Please clarify how it may be done and if there are any known examples?
Hello, I am getting some issues while using WMI4Java with jPowershell as the engine on Windows 10. When I try to execute this `WMI4Java.get().getRawWMIObjectOutput("Win32_NetworkAdapterConfiguration")` the response is flaky and very...
In WMIVBScript#executeScript the encoding of the input from stdout and stderr will not be respected. This will lead to a problem with german "umlauts" or possibly with characters used in...
I'm looking for a way to include full credentials to a wmi call on a remote system. How can I achieve this in Wmi4Java?