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