I have a use case where I need to make daily reports of user activity derived from users that are maintained within an active directory group. Does anyone know if its possible to automatically update lists in the reporting engine from a powershell script ? I would like to update a reporting engine list from users within an AD group, and generates reports from the updated list.
Joe,
If you create your list you will find it in a zip file under /home/rsasoc/rsa/soc/reporting-engine/liststore. However these compressed lists do not have any name that is representative of the actual name placed on the list within the Reporting Engine. The only way you can tell if you have the correct list is by looking at the content of the zipped list file. This being the case I believe you could add and remove items from the list by manipulating the zip. The key would be not to change the actual zip file name as this is the internal name that the reporting engine uses.
I hope this helps.