http://www.perlmonks.org?node_id=994597


in reply to Win32::OLE VB to perl translation problem

If you are interested in just running some WMI queries, DBD::WMI might be of assistance. The drawback is that DBD::WMI does not concern itself much with permissions and remote machines, so you have to do some work to make it log on to remote machines with the appropriate credentials.

  • Comment on Re: Win32::OLE VB to perl translation problem