Added hostname to appdiff warning
This commit is contained in:
parent
78efcd863f
commit
42455ff903
|
|
@ -49,7 +49,7 @@ function Get-AppDiff {
|
|||
}
|
||||
Write-Progress -Activity "Filtering out standard apps from $pc" -Status "Checking $app" -PercentComplete (($appi * 90 / $apps.Length) + 10) -ParentId 1
|
||||
|
||||
if ($output.Length -eq 0) { Write-Warning "No non-standard apps found" }
|
||||
if ($output.Length -eq 0) { Write-Warning "No non-standard apps found on $pc" }
|
||||
|
||||
if($TableView){
|
||||
$output | Out-GridView -Title "Get-PC Apps - $pc"
|
||||
|
|
|
|||
Loading…
Reference in a new issue