|
userinfo.exe
Get user information displays the user information for "username" from your NT Network user account.
|
Name
|
the name of the user account
|
|
Full Name
|
the full name of the user
|
|
Comment
|
the user account comment
|
|
Privilege
|
the privilege level
|
|
Password Age
|
the days since the password was last changed
|
|
Password Expired
|
whether the password has expired
|
|
Account Expires
|
when the account will expire
|
|
Home Dir
|
the path of the home directory
|
|
Home Drive
|
the drive letter assigned to the user's home directory
|
|
Script Path
|
the path for the user's logon script file
|
|
Profile Path
|
the path to the user's profile
|
|
Logon Server
|
the name of the server to which logon requests are sent
|
|
Logon Hours
|
is the user restricted in logon times
|
|
Last Logon
|
when the last logon occurred
|
|
Last Logoff
|
when the last logoff occurred
|
|
MAX Disk
|
the maximum amount of disk space the user can use
|
|
State
|
state of the user account
|
USAGE:
userinfo /U username /M machine [/I] [/?]
COMMAND OPTIONS:
|
/U username
|
Name of user to display information
|
|
/M machine
|
Machine that hold information
|
|
/I
|
Interactive mod
|
|
/?
|
Displays help file
|
EXAMPLES:
To run in Interactive mode and be prompted for all needed info, type:
userinfo /I
To get information about user John on Machine \\ISDEPT , type:
userinfo /U John /M \\ISDEPT
|