Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is there a way to print or export t 1

Status
Not open for further replies.

edmac

Programmer
May 2, 2001
30
0
0
US
Is there a way to print or export the information of the user accounts using ConsoleOne? I'm basically trying to find out which user's having logged in lately and instead of going user by user I wonder if there is a way to get this info in a quicker way.
I'd appreciate you help very much. Thanks.
Ed.
 
Instead of Console one, try this line at a command prompt:
c:\nlist user show "last login time"

will give you a list of the users in your context and their last login time/date.

add a /s at the end of the line to do all subordinate contexts. Use >users.txt to output to a text file.
 
Works great! Thanks a lot, lerdalt!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top