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
featureDynamicMemory
of 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
computername
wasn't getting added toGet-MemoryPerformance
- Fixed a bug where
datetime
wasn't getting added toGet-MemoryPerformance
- Revised
Get-MemoryPerformance
to useGet-CimInstance
. (Issue #8) - Fixed a bug in several commands that wasn't removing temporary sessions.
- Published module to GitHub.
- Modified
Get-Physicalmemory
to support CimSessions. - Removed debug and trace code from functions.
- Modified
Test-MemoryUsage
to support CimSessions. - Fixed a bug with
Test-MemoryUsage
that calculate Used test properly.
- Modified
Get-MemoryUsage
to accept CIMSessions. - working on Pester tests for CimSessions. Not Complete.
- Added
MemoryToolsSettings.ps1
. - Moved alias definitions to the settings file.
- Modified
Get-MemoryUsage
to use global variables from the setting file for OK and Warning levels. (Issue #5) - Revised Pester tests to reflect changes.
- Updated manifest.
- Modified
Get-MemoryUsage
to filter on Status. (Issue #4) - Modified Pester tests.
- Fixed formatting bug with
Show-MemoryUsage
. (Issue #2)
- Fixed pipelining issues. (#1)
- Initial release.