Apps finds sneaky apps like GSL Will Call and OBIX

This commit is contained in:
Zachary Gorman 2025-04-28 16:49:01 -07:00
parent d01bf407c8
commit 075eccb959
2 changed files with 5 additions and 2 deletions

View file

@ -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
}
}
}

View file

@ -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