Hi,
I need to execute custom commands on a quarterly and yearly base, Is it possible to achieve that within Adaxes? Maybe with a scheduled task?
kind regards Ingemar
It looks like in the UI you can't set something for that type of timeline. I had a script that schedules a task for a termination at a certain date/time. You could take the approach of scheduling it for a certain date/time and then after it runs it sets the next date. You might have some logic to workout though depending on your needs.
Link to scripting a scheduled task: Create a Scheduled task to run a custom command
Thanks for referring to your post. The issue in my case is, that I do not have the date stored somewhere when the report needs to run. And I like to avoid filling another two customAttributes per user object. Hopefully there's a better way to achieve that
You can achieve that by creating a Scheduled Task that will be executed every 365 or 90 days:
looks good but if I understand correctly this will execute the report 365 days after the initial date the task was created but I need to have it send for example on December 31 each year or quarterly, meaning March, June, September, December
I have a PowerShell Script (being run in a Custom Command) that creates a Scheduled Task that runs another Custom Command but I want the resulting Scheduled ... Exclude = $False $scopeItem.SetInfo() $task.ActivityScopeItems.Add($scopeItem) $task.SetInfo() }
Hello After adding or removing users (from WebUI) from certaing sec. groups, I let a Business Rule execute two Scheduled Tasks, as shown in this http://www.adaxes.com ... a user via the Adaxes Administration Console throws the same error. - Thanks in advance.
Hi Forum, is it possible in a Multi Server Setup to define One Server for scheduled Tasks? How does Adaxes choose the server executing the tasks? Thanks for your help Cheers
hi- I am setting up a scheduled task that will disable expired accounts and move them to a specific OU. I'd also like to send the results to my manager. Would including ... disabled and moved or is there a another attribute that will display it in a nicer way?
We have a pretty cool PowerShell script written that imports users in AD from a CSV file, creates the user's home directory, creates a status of the import, archives ... working and nothing I do works. Any suggestions would more than welcome at this point.