ComputerManagementDsc icon indicating copy to clipboard operation
ComputerManagementDsc copied to clipboard

ScheduledTask: Consider removing default value for StartTime

Open PlagueHO opened this issue 6 years ago • 0 comments

Currently the StartTime parameter defaults to today's date. This requires some additional code to be included in Test-TargetResource to detect if a change is required or not.

It is also counter-intuitive given that some trigger types do not require a StartTime to be set and requires extra consideration.

PlagueHO avatar Aug 24 '19 04:08 PlagueHO