Hi, I want to run some task which should run on before 14 days and 7 days of each quarter and send statistics to users. How can i achieve this kind of task. I found that i can run scheduler on selected month and selected day of selected month. So i can write power shell and run that power shell through scheduler.
But i want to know that is it optimal solution of this kind of situation or i can achieve it by JSOM or CSOM? Can anyone tell me which one is best way to achieve this?