Hi,
How can i dynamically obtain a list of all users in my docbase?
Can i obtain the last connection date for every user?
I'd like to obtain the list monthly and on a txt file. Is it possible? How?
Thanks!!
Getting the users can be achieved by querying the dm_user object.
The last connection date can be obtained from the dm_user attribute last_login_utc_time, but only under a specific circumstance.Take al ook at the object reference for dm_user and it will explain better, but you will need to use the audit trail events.
As to getting a list montly that is something you'd want a job for. This would need a simple method writing that got the information you needed, exported it to a text file ans stored that somewhere you wanted.
If you have DRS (Reporting services) you can create a report and schedule it to run every month or week so that you dont need to write any custom job