RE: win32::Lanman Error
by Paul Sobey other posts by this author
May 19 2005 3:57AM messages near this date
view in the new Beta List Site
Win32::OLE Threadsafe - When?
|
RE: win32::Lanman Error
> Hello Paul,
>
> Actually I am trying to retrieve the information for all the
> users on my
> domain and I am running on WIN2000 professional.
>
> And also, I am not sure what error:53 means but definitely
> "network path
> not found" with meaning as such does not apply. Because, I
> have checked
> it and the path is present.
>
> Also I am not sure of the domain, if NT4 domain means NT domain then I
> am not using WINNT but running on Win2000 professional and I
> use Active
> directory to check the completeness of the file I fetch. Hope I have
> answered all your queries. And would like to try new improved things.
The attached script, listusers.pl, should get you started. It requires
the module Win32::ADUtils, also attached. Throw ADUtils.pm into your
perl\site\lib\win32 directory, then try and run the script. Let me know
how you get on.
ADUtils is just a wrapper around some ADSI and ADO calls to make some AD
administration a bit easier. Hope it's useful!
P.
*****************************************************************
Gloucester Research Limited believes the information
provided herein is reliable. While every care has been
taken to ensure accuracy, the information is furnished
to the recipients with no warranty as to the completeness
and accuracy of its contents and on condition that any
errors or omissions shall not be made the basis for any
claim, demand or cause for action.
*****************************************************************
Attachments:
ADUtils.pm
listusers.pl
unknown1
unknown2
|