in reply to Re: Re: Win32::OLE and WMI
in thread Win32::OLE and WMI
outputs on my machine "vad-mm" (you should substitute your machine of interest there of course)use Win32::OLE; $ADsPath = "WinNT://VAD-MM/lanmanserver"; $c = Win32::OLE->GetObject($ADsPath) or die "Невозможно получить $ADsP +ath\n"; print map {"[$_->{path}=$_->{description}]\n"} in $c;
I am not WMI expert and do not know how to use GetSecurityDescriptor method without reading proper documentation, but I do know that an example shown by me uses WMI and may be it could solve your problem as well?[C:\=] [D:\=]
Let me know if something should be clarified better.
Courage, the Cowardly Dog
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Win32::OLE and WMI
by grmm2 (Acolyte) on Feb 03, 2004 at 08:44 UTC | |
by Courage (Parson) on Feb 03, 2004 at 11:34 UTC |