You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Request: ScheduledTask does not allow the ability to do a monthly trigger, with this functionality missing it makes it difficult to use DSC to create a task that runs on a specific day each month. This resource lacks feature parity with it's PowerShell/GUI alternatives.
Use case example:
Run a task on the 3rd Monday of each month.
Additional Notes:
This can be worked around somewhat by the suggestions in #173 but having to manage doing this through logic external to the resource seems counter productive to using something declarative like DSC.
The text was updated successfully, but these errors were encountered:
Running into these issues when trying to resolve this using the Get-CimClass / New-CimInstance process that's working well already for OnIdle, OnEvent, AtCreation and OnSessionState
At present until any underlying PowerShell issue is resolved, it looks like it might only be possible by using a COM Object, or shelling out to schtasks.exe (yuck!)
Probably wont help, but look at the #Fringe channel on Discord (same place as #DSC channel). ScheduleTask was mentioned there yesterday or the day before in relations to the problem with not all API are surfaced. Good source for deep learning if nothing else 😊
Request:
ScheduledTask does not allow the ability to do a monthly trigger, with this functionality missing it makes it difficult to use DSC to create a task that runs on a specific day each month. This resource lacks feature parity with it's PowerShell/GUI alternatives.
Use case example:
Run a task on the 3rd Monday of each month.
Additional Notes:
This can be worked around somewhat by the suggestions in #173 but having to manage doing this through logic external to the resource seems counter productive to using something declarative like DSC.
The text was updated successfully, but these errors were encountered: