Link to home
Start Free TrialLog in
Avatar of vijyant
vijyant

asked on

Windows User Gathering Data

i want a script to run on windows 2000 server to gather all the information about the local user ex- user name , member of etc
Avatar of haim96
haim96

Microsoft already provides a handy tool for this, whoami.exe:  http://www.microsoft.com/windows2000/techinfo/reskit/tools/existing/whoami-o.asp

Just use WHOAMI /USER /GROUPS
ASKER CERTIFIED SOLUTION
Avatar of davidsummers
davidsummers

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of vijyant

ASKER

HI I had looked in microsoft script center but havent got script what exactly i want .

LEt me tell u what i want , i am accessing few windows servers through RDP , where i want to collect the local user information example how many local users are their , their names and all users are meber of ....

so that i can copy it to some .txt file to proceed ahead