I have a scenario where a file will drop to a share on the second work day of each month that I need to process. My thought process is to just create a scheduled task that runs once a day and the first line of the script will validate if it is the second workday of the month, if not exit, if yes it will execute.
Is this the best option or is there a better way to accomplish this?