Change log for the module before the first public release.
- Minor code cleanup
- Updated documentation (Issue #11)
- Added a changelog to the repository
- Updated
README.md.
- Merge branch
featureDynamicMemoryof https://github.com/IskanderNovena/MemoryTools into IskanderNovena-featureDynamicMemory (Issue #12)
- Removed dev and scratch files from the module prior to publishing to PSGallery.
- Added a new function Get-TopProcessMemory. (Issue #3)
- Revised Verbose message formatting.
- Updated Pester tests. (Issue #9)
- Update module manifest.
- Updated Pester tests
- Fixed a typo bug with
Get-MemoryPerformance - Fixed a bug where
computernamewasn't getting added toGet-MemoryPerformance - Fixed a bug where
datetimewasn't getting added toGet-MemoryPerformance
- Revised
Get-MemoryPerformanceto useGet-CimInstance. (Issue #8) - Fixed a bug in several commands that wasn't removing temporary sessions.
- Published module to GitHub.
- Modified
Get-Physicalmemoryto support CimSessions. - Removed debug and trace code from functions.
- Modified
Test-MemoryUsageto support CimSessions. - Fixed a bug with
Test-MemoryUsagethat calculate Used test properly.
- Modified
Get-MemoryUsageto accept CIMSessions. - working on Pester tests for CimSessions. Not Complete.
- Added
MemoryToolsSettings.ps1. - Moved alias definitions to the settings file.
- Modified
Get-MemoryUsageto use global variables from the setting file for OK and Warning levels. (Issue #5) - Revised Pester tests to reflect changes.
- Updated manifest.
- Modified
Get-MemoryUsageto filter on Status. (Issue #4) - Modified Pester tests.
- Fixed formatting bug with
Show-MemoryUsage. (Issue #2)
- Fixed pipelining issues. (#1)
- Initial release.