Friday, September 29, 2006

BLOG: WMI - Windows Management Instrumentation

You could easily management other computers settings thru WMI.

For example, you could easily find out the Events, Remote batch file execution, change the file NTFS setting using “”

Win32_NTEventLogFile

Win32_NTLogEvent

Tools

--+ C:\WINDOWS\SYSTEM32\WBEM\WBEMTEST.EXE

--+ WMI CIM Studio (Downloadable from Microsoft).

Jawin is a great tool to bridge java and WMI and any other windows native dlls.

WMI query is like the SQL query but much simpler than limited functionalities.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/wql_sql_for_wmi.asp


WMI Reference

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/wmi_reference.asp

Tony

No comments:

Thumbs Up to GitHub Copilot and JetBrains Resharper

Having used AI tool GitHub Copilot since 08/16/2023, I’ve realized that learning GitHub Copilot is like learning a new framework or library ...