in reply to Win32::OLE and WMI
Hi, grmm2
I suspect you just need to be more explicit in what you ask WMI for.
Your VB is interpreted as a WQL Where clause. It's unlikely Win32::OLE will interpret it the same way.
If I were you I'd create my WMI handle and use the $wmi->ExecQuery("SELECT * FROM Win32_LogicalFileSecuritySetting WHERE path='d:\\programming'")
HTH - mark
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Win32::OLE and WMI
by grmm2 (Acolyte) on Feb 02, 2004 at 15:21 UTC | |
by maa (Pilgrim) on Feb 03, 2004 at 10:44 UTC | |
by grmm2 (Acolyte) on Feb 03, 2004 at 11:40 UTC | |
by maa (Pilgrim) on Feb 03, 2004 at 12:18 UTC | |
by maa (Pilgrim) on Feb 03, 2004 at 11:21 UTC |