Added last patchnote and incremented version number

This commit is contained in:
Zachary Gorman 2025-02-13 16:05:10 -08:00
parent 7a01bf51b0
commit b7fdd6656f
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -2,6 +2,7 @@ Patch 2025-2-13
-Add HostnamesByPrinter to list hostnames with printer installed -Add HostnamesByPrinter to list hostnames with printer installed
-Add JobsPrinters to query many printers faster -Add JobsPrinters to query many printers faster
-Update Apps no longer queries sccm when workstation is online -Update Apps no longer queries sccm when workstation is online
-Fix Monitor reports initial state to output instead of host
Patch: 2025-2-4 Patch: 2025-2-4
-Add ADGroups flag to list out a workstation or user's AD groups -Add ADGroups flag to list out a workstation or user's AD groups