Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: ADSI: Getting a full list of users from a w2k domain

by cacharbe (Curate)
on Sep 10, 2002 at 16:05 UTC ( [id://196732]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ADOCmd->Properties('PageSize')->{Value}=10000;#new
    
  2. or download this
    use Win32::OLE 'in';
    
    ...
    my $ADOrs = Win32::OLE->new("ADODB.RecordSet");   
       $ADOrs->PageSize->{Value}=10000;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://196732]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (2)
As of 2024-04-19 01:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found