From 96c7c6244b489f1021f56a88db0790db9a8c24b9 Mon Sep 17 00:00:00 2001 From: Zachary Gorman Date: Wed, 14 Aug 2024 12:20:40 -0700 Subject: [PATCH] Updated patchnotes and version number for publishing --- Get-PC.psd1 | 2 +- patchnotes.txt | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Get-PC.psd1 b/Get-PC.psd1 index 277f8f3..db0d6c9 100644 --- a/Get-PC.psd1 +++ b/Get-PC.psd1 @@ -12,7 +12,7 @@ RootModule = 'Get-PC.psm1' # Version number of this module. -ModuleVersion = '0.4.2' +ModuleVersion = '0.4.3' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/patchnotes.txt b/patchnotes.txt index 75b2750..be3be38 100644 --- a/patchnotes.txt +++ b/patchnotes.txt @@ -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