Here are two scripts that I use. GetUsers_Shortlist.pl just retrieves a
list of usernames. GetUsers_All gives an example of some of the other
information you can get using NetAdmin. The third one is the same as the
first, except it gets only computer accounts.
-Original Message-
From:
an get Full Name
Also..
>
>
> Thanx and Regards
> Rajuveera
>
> --
> From: Jos I. Boumans [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, September 04, 2001 1:07 PM
> To: Veeraraju_Mareddi; [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: Getting a list of
o{'num_logons'}\n";
print "$info{'logon_server'}\n";
print "$info{'country_code'}\n";
print "$info{'code_page'}\n";
print "$info{'user_id'}\n";
print "$info{'primary_group_id'}\n&qu
-
But I am Getting Only Username ,Is there any way we can get Full Name Also..
Thanx and Regards
Rajuveera
--
From: Jos I. Boumans [SMTP:[EMAIL PROTECTED]]
Sent: Tuesday, September 04, 2001 1:07 PM
To: Veeraraju_Mar
reddi; [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Getting a list of USERS from an NT USER GROUP
coincidently, i had to do the same thing yesterday...
i used Win32::AdminMisc module, which you can obtain from www.roth.net
the docu is good, so it should all explain itself from there.
if y
coincidently, i had to do the same thing yesterday...
i used Win32::AdminMisc module, which you can obtain from www.roth.net
the docu is good, so it should all explain itself from there.
if your'e still stuck after installing, msg me, i'll send you some sample
code.
regards,
Jos
- Origina