This repository was 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-MyTaskand modified default format view forGet-MyTaskto use ANSI escape sequences instead ofWrite-Host. (Issue #44) Breaking Change - Added the aliases
Show-MyTaskandshmttoGet-MyTaskto provide some sort of backward compatibility. - Modified
Get-EmailReminderto display a warning if the scheduled job is not found. - Updated
Enable-EmailReminderto better handle text output now that default formatting uses ANSI. - Updated Pester tests.
- Help and documentation updates.