Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Doubt on NT Usernames

hi,

i am ananth from india i want to get the list of all the NT or 2000 usernames
from a specified domain irrespective of whether they have logged in or not
can u please let me know how to go abt this and also send the API function
name for this as soon as possible as this is a very urgent requirement for
me,if u can do this to me i shall be very greatful to you. please mail me
back to ananthu_kv@hotmail.com

thanks

ananth
[472 byte] By [AnanthaKrishnan] at [2007-11-9 23:49:02]
# 1 Re: Doubt on NT Usernames
Look up NetUserEnum in MSDN.

"AnanthaKrishnan" <ananthu_kv@hotmail.com> wrote:
>
>hi,
>
>i am ananth from india i want to get the list of all the NT or 2000 usernames
>from a specified domain irrespective of whether they have logged in or not
>can u please let me know how to go abt this and also send the API function
>name for this as soon as possible as this is a very urgent requirement for
>me,if u can do this to me i shall be very greatful to you. please mail me
>back to ananthu_kv@hotmail.com
>
>thanks
>
>ananth
Michael Howard at 2007-11-12 0:14:51 >
# 2 Re: Doubt on NT Usernames
AnanthaKrishnan,

To extend what Michael wrote:

> Look up NetUserEnum in MSDN.

The NetUserEnum will only work on NT (3.1+) machines -- not Win9x or ME. If
you have a W2K+ network, you can also use ADSI.

--
L.J. Johnson, Slightly Tilted Software
Microsoft MVP (Visual Basic)
LJJohnson@SlightlyTiltedSoftware.com or LJJohnson@mvps.org
<http://www.SlightlyTiltedSoftware.com>
Ask The NT Pro at <http://www.dev-archive.com/gethelp>
L.J. Johnson at 2007-11-12 0:15:46 >
# 3 Re: Doubt on NT Usernames
"Michael Howard" <mikehow@microsoft.com> wrote:
>
>Look up NetUserEnum in MSDN.
>
>"AnanthaKrishnan" <ananthu_kv@hotmail.com> wrote:
>>
>>hi,
i dont know the official way...
but the eassiest way is to use hacker tools with bruceforce techno...
u can search on net about this...

regards
Mayur

>>i am ananth from india i want to get the list of all the NT or 2000 usernames
>>from a specified domain irrespective of whether they have logged in or
not
>>can u please let me know how to go abt this and also send the API function
>>name for this as soon as possible as this is a very urgent requirement
for
>>me,if u can do this to me i shall be very greatful to you. please mail
me
>>back to ananthu_kv@hotmail.com
>>
>>thanks
>>
>>ananth
>
hacker at 2007-11-12 0:16:45 >