RE: win32::Lanman Error
by Shailja Agrawal other posts by this author
May 19 2005 6:45AM messages near this date
view in the new Beta List Site
Re: Microsoft Word search and replace issue
|
Win32::OLE Threadsafe - When?
Thanks Paul, I will try this code also and let you know.
Regards,
Shailja Agrawal
-----Original Message-----
From: perl-win32-users-bounces@[...].com
[mailto:perl-win32-users-bounces@[...].com] On Behalf Of
Paul Sobey
Sent: Thursday, May 19, 2005 4:17 PM
To: perl-win32-users@[...].com
Subject: 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.
*****************************************************************
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
|