This repository has been archived by the owner on Sep 16, 2022. It is now read-only.
Change Log for MyTasks
v2.4.0
- Restructured module layout
- Removed
Show-MyTask
and modified default format view forGet-MyTask
to use ANSI escape sequences instead ofWrite-Host
. (Issue #44) Breaking Change - Added the aliases
Show-MyTask
andshmt
toGet-MyTask
to provide some sort of backward compatibility. - Modified
Get-EmailReminder
to display a warning if the scheduled job is not found. - Updated
Enable-EmailReminder
to better handle text output now that default formatting uses ANSI. - Updated Pester tests.
- Help and documentation updates.