guitarrapc / GraniResource

PowerShell Desired State Configuration Resources for real production workload.
https://www.powershellgallery.com/packages/GraniResource
MIT License
44 stars 8 forks source link

Grani_ScheduleTask Set-TargetResource fail on Win2016 #71

Closed guitarrapc closed 7 years ago

guitarrapc commented 7 years ago

Do to Win2016 changed their API with RepetitionDuration Value from non-check to limit with uint16.MaxValue (65535).

Now required to check value range for TimeSpan.MaxValue.TotalDays should not exceed limit.

guitarrapc commented 7 years ago

published with https://www.powershellgallery.com/packages/GraniResource/3.7.8.3