Hi team,

is it somehow possible to fetch and export information from scheduled tasks and rule based groups about their schedule time? Maybe also about the next run time and how long it took?

I would like to have an overview and see if some or too many tasks are running at the same time.

by (2.5k points)

1 Answer

by (309k points)
0 votes

Hello,

There is a built-in report for rule-based groups. It is called Rule-based groups and by default is located in container Reports\All Reports\Groups. It does not have a column for the schedule, but you can use the report as base for your one. The following article will be helpful: https://adaxes.com/sdk/IAdmGroup2.

As for scheduled tasks, it is possible using a report generated by a script. Unfortunately, we do not have anything like that in our repository, but the following articles should be helpful:

by (2.5k points)
0

Thanks,

the report about rule based groups was good, I just added two default columns

  • Membership Last Updated
  • Membership Update Duration

For the scheduled task I found this https://www.adaxes.com/script-repository/all-business-rules-custom-commands-scheduled-reports-and-scheduled-tasks-s394.htm and adjusted it to my needs

Related questions

We need to run a scheduled task twice a year, so I chose every 182 days like it's suggested in here, only problem is that there is no way to change the next run ... really don't want these tasks to be triggered again if they've already been executed this year.

asked May 8, 2024 by boing (20 points)
0 votes
1 answer

Hello, I have a lot of rule-based groups which are updated every day at 5 a.m. but now I would like to change the synchronization time for all groups, for ... custom command be created which updates all groups when executed? Many thanks for your help! D.

asked Jan 9, 2024 by DRiVSSi (360 points)
0 votes
1 answer

Hi team, Due to some restructuring in our native AD, we need to update our rule-based groups - specifically the scope of the rules, which need to be changed from ... manage this? I already looked at the SDKs but could not find the best approach. Thanks

asked 23 hours ago by wintec01 (2.5k points)
0 votes
1 answer

We would like to use a script to copy the rules of a ‘Membership type = rule-based’ group and add them to another group. Is this possible? Do you have a script available? Thanks

asked Oct 6, 2025 by DRiVSSi (360 points)
0 votes
1 answer

I am trying to find a way to create Groups based off an OU and a list of options (check boxes) within the portal For example: Select the Target OU to add groups ... 3 - Remote Administrators Option 3 - Remote Developers Option 4 - Readers Option 4 - Writers

asked Sep 11, 2020 by dknapp (100 points)
0 votes
0 answers