From b7fdd6656f6c958bf1d7c7b7a2a3f73bde3019cf Mon Sep 17 00:00:00 2001 From: Zachary Gorman Date: Thu, 13 Feb 2025 16:05:10 -0800 Subject: [PATCH] Added last patchnote and incremented version number --- Get-PC/Get-PC.psd1 | 2 +- Get-PC/patchnotes.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Get-PC/Get-PC.psd1 b/Get-PC/Get-PC.psd1 index 75c5f8f..de9d3a6 100644 --- a/Get-PC/Get-PC.psd1 +++ b/Get-PC/Get-PC.psd1 @@ -12,7 +12,7 @@ RootModule = 'Get-PC.psm1' # Version number of this module. -ModuleVersion = '0.4.14' +ModuleVersion = '0.4.15' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Get-PC/patchnotes.txt b/Get-PC/patchnotes.txt index c573a9b..a91fafb 100644 --- a/Get-PC/patchnotes.txt +++ b/Get-PC/patchnotes.txt @@ -2,6 +2,7 @@ Patch 2025-2-13 -Add HostnamesByPrinter to list hostnames with printer installed -Add JobsPrinters to query many printers faster -Update Apps no longer queries sccm when workstation is online +-Fix Monitor reports initial state to output instead of host Patch: 2025-2-4 -Add ADGroups flag to list out a workstation or user's AD groups