Export specific registry information

Hello
I have about more than hundred accounts in axigen(10.3).
i want to export “POP3 Last Login Date” of some of them. (for example 60 accounts)
how can I achieve a script ?

Hello,

You may check list-accounts.py script present on the Automation Tools section from our site’s Downloads menu (please download Axigen CLI Control Module cli2.py as well as that script depends on this module)

For obtaining information about POP3 last login date you should set plld=1.

HTH,
Ioan

Thanks for reply.
I did work with it.
But the problem is I have a list of accounts that I need to export only them.
For those who have thousands of accounts what is your solution?
For example someone have 2000 accounts and only need to export plld of a specific emails.

Hello Mohammad,

I understand your pain but all I could say right now is that you may adapt that Python script to your own needs.

Otherwise you may use it as it is even if it is “scanning” all existing accounts and not only the one you are interested in.

All my best,
Ioan