NetWare 4.1/9000 Utilities Reference

2-57
Workstation Utilities
NLIST
Examples
Users
To Type
List users whose password length is
less than 5
NLIST USER WHERE
“PASSWORD MINIMUM
LENGTH” LT 5
List users whose accounts will
expire by June 30, 1995
NLIST USER WHERE
“ACCOUNT EXPIRATION” LE
06-30-95
List users who are members of
group MANAGERS
NLIST USER WHERE “GROUP
MEMBERSHIP” = MANAGERS
List users logged in NLIST USER /A
List users who have supervisor
equivalence
NLIST USER WHERE
“SECURITY EQUAL TO” =
SUPERVISOR
List properties of user CINDY NLIST USER=CINDY /D
List users managed by JOE
(bindery users only)
NLIST USER WHERE
MANAGERS=JOE
List users logged in to the database NLIST USER /A /S
List properties of users in the
current context
NLIST USER /D
List the login script of every user
who has a login script in all
contexts
NLIST USER SHOW “LOGIN
SCRIPT” /S
List users whose telephone numbers
begin with 4 (search subordinate
containers)
NLIST USER WHERE
“TELEPHONE NUMBER” = 4* /S
List users at a context NLIST USER /CO <context>
List telephone numbers of users in
the current context
NLIST USER SHOW
“TELEPHONE NUMBER”