Listing of installed scripts in domain

Is there any simple way how to list installed scripts for every domain?

I just want to control versions of software my clients has on their websites.

There is a bulk updates function in the System Settings->Script Installers page. Click the "Upgrade Scripts" tab.

Also, you can get daily reports of out of date scripts in the Upgrade Notifications tab.

Finally, there is the command line:

virtualmin list-scripts --all-domains

Does that cover everything you need? or did you have something else in mind?

It is exactly what I need.

I finally find out how to really control virtualmin - little bit reading and your advice and commandline API documentation helped.

Thanks Joe.