Hello!
I've run into this problem before with the windows task scheduler. It looks like there's no way in the interface to target a specific day in the month aside from using the specific date. I could schedule a single run of the task on the dates I need but it would be nice if I could find a way to check if it's the Nth day of the week for this month so I don't need to.
Is it possible to create a powershell script to check to see if it's the 3rd Wednesday of the month and output $True so I can use it to trigger an email notification?