Apps finds sneaky apps like GSL Will Call and OBIX
This commit is contained in:
parent
d01bf407c8
commit
075eccb959
|
|
@ -18,8 +18,8 @@ Function Get-Apps($ComputerName, $CompStatus, $TableView) {
|
||||||
foreach ($app in ${using:SHSApps}) {
|
foreach ($app in ${using:SHSApps}) {
|
||||||
if (Test-Path $app.Path) {
|
if (Test-Path $app.Path) {
|
||||||
$apps += [PSCustomObject]@{
|
$apps += [PSCustomObject]@{
|
||||||
DisplayName = $apps.DisplayName
|
DisplayName = $app.DisplayName
|
||||||
Copmuter = $env:ComputerName
|
Computer = $env:ComputerName
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,8 @@
|
||||||
Patch
|
Patch
|
||||||
-Fix DEL messages from SCCM queries now use the correct hostname
|
-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
|
Patch 2025-4-15
|
||||||
-Update Added Visage to the AppDiff ignore list
|
-Update Added Visage to the AppDiff ignore list
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue