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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Create list of active accounts 1

Status
Not open for further replies.

solmskid

ISP
Feb 24, 2003
56
US
BOXi.R2 Enterprise

Need to create list of active accounts on Enterprise. Somewhat familiar with query builder, but do not know element names in the SI database. Where do I look?

Thanks for any suggestions.
 
By "active accounts" I assume you mean active users, correct?

Here's a start:

Select SI_ID, SI_NAME, SI_DESCRIPTION, SI_DISABLED
From CI_SYSTEMOBJECTS
where SI_KIND = 'User'

-Dell

A computer only does what you actually told it to do - not what you thought you told it to do.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top