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
This seems consistent with it being undocumented usage. I don't have easy access to job files to test it at the moment. If you can check to see if it returns the same data or provide a job file that has that data I can try to take a look.
ah, didn't see that initially - looks like you may be grabbing the data & just not representing it as a datetime object like you are with lastrun then. I will be able to run it through various job files over the weekend & see what's up.
I tried to go by what MS documents. Which is also how I wound up unable to parse Win2k3 Server jobs because they helpfully leave that out as a valid version number for scheduled tasks. Had to dig that one out of other documentation of constants they use for windows version numbers heh. :(
ref: https://github.com/gleeda/misc-scripts/blob/master/misc_python/jobparser.py#L203
The text was updated successfully, but these errors were encountered: