From 075eccb959765cf75515bc51ff1cf1d0094b0b94 Mon Sep 17 00:00:00 2001 From: Zachary Gorman Date: Mon, 28 Apr 2025 16:49:01 -0700 Subject: [PATCH] Apps finds sneaky apps like GSL Will Call and OBIX --- Get-PC/Private/Apps.ps1 | 4 ++-- Get-PC/patchnotes.txt | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Get-PC/Private/Apps.ps1 b/Get-PC/Private/Apps.ps1 index 4f87d68..aaf1d63 100644 --- a/Get-PC/Private/Apps.ps1 +++ b/Get-PC/Private/Apps.ps1 @@ -18,8 +18,8 @@ Function Get-Apps($ComputerName, $CompStatus, $TableView) { foreach ($app in ${using:SHSApps}) { if (Test-Path $app.Path) { $apps += [PSCustomObject]@{ - DisplayName = $apps.DisplayName - Copmuter = $env:ComputerName + DisplayName = $app.DisplayName + Computer = $env:ComputerName } } } diff --git a/Get-PC/patchnotes.txt b/Get-PC/patchnotes.txt index 290719d..07fb22c 100644 --- a/Get-PC/patchnotes.txt +++ b/Get-PC/patchnotes.txt @@ -1,5 +1,8 @@ Patch -Fix DEL messages from SCCM queries now use the correct hostname +-Update Removed HP campus from UserProfileBackup +-Update Enabled errors in WinProfileRebuild restore just like UserProfileBackup +-Update Apps can now find sneaky apps like GSL Will Call and OBIX by looking for a path specified in SHSApps.json Patch 2025-4-15 -Update Added Visage to the AppDiff ignore list