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 commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
BREAKING CHANGE: xScheduledTask:
Breaking change because Get-TargetResource no longer outputs ActionExecutable and ScheduleType properties when the scheduled
task does not exist. It will also include TaskPath in output when
scheduled task does not exist.
xScheduledTask:
Add support to disable built-in scheduled tasks - See Issue #74.
Fix unit test mocked schedule task object structure.
Fix error message when trigger type is unknown - See Issue #121.
Moved strings into separate strings file.
Updated to meet HQRM guidelines.
xComputer:
Resolved bug in Get-ComputerDomain where LocalSystem doesn't have
rights to the domain.
Updated tests to meet Pester V4 guidelines - See Issue #106.
Converted module to use auto documentation format.