RE: Getting a list of USERS from an NT USER GROUP

2001-09-05 Thread Timothy Johnson
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:

Re: Getting a list of USERS from an NT USER GROUP

2001-09-04 Thread Jos I. Boumans
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

RE: Getting a list of USERS from an NT USER GROUP

2001-09-04 Thread John Edwards
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

RE: Getting a list of USERS from an NT USER GROUP

2001-09-04 Thread Veeraraju_Mareddi
- 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

RE: Getting a list of USERS from an NT USER GROUP

2001-09-04 Thread John Edwards
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

Re: Getting a list of USERS from an NT USER GROUP

2001-09-04 Thread Jos I. Boumans
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