Updated patchnotes and version number for publishing

This commit is contained in:
Zachary Gorman 2024-08-14 12:20:40 -07:00
parent 00d4adfe7b
commit 96c7c6244b
2 changed files with 8 additions and 1 deletions

View file

@ -12,7 +12,7 @@
RootModule = 'Get-PC.psm1'
# Version number of this module.
ModuleVersion = '0.4.2'
ModuleVersion = '0.4.3'
# Supported PSEditions
# CompatiblePSEditions = @()

View file

@ -1,3 +1,10 @@
Patch: 2024-08-14
-Add CMDB fallback added when hostname not in SCCM
-Fix Get-Hostname to query cmdb for asset tags if not in SCCM
-SCCM fallback in BatchInvokes queries CMDB now
-Fix Resources reports RAM usage correctly when more than one stick is installed
-Fix Resources utilizes output pipeline
Patch: 2024-08-07
-Remove Spark! interface
-Add proper ITSM interface provided by Sean in Prod Get-Pc