DBD::WMI - query the Windows Management Instrumentation via the DBI

2006-08-02 Thread Max Maischein
Hello all, I've just created DBD::WMI [1], which you can use to query various information on Windows (2000, XP, 2003) computers. My driver is a (very thin) layer between DBI and the Windows WQL query language. The WMI allows you to query various tables (namespaces), like the filesystem,

RE: :WMI - query the Windows Management Instrumentation via the DBI

2006-08-02 Thread Garrett, Philip \(MAN-Corporate\)
Max Maischein wrote: Hello all, I've just created DBD::WMI [1], which you can use to query various information on Windows (2000, XP, 2003) computers. My driver is a (very thin) layer between DBI and the Windows WQL query language. The WMI allows you to query various tables (namespaces),