/build/static/layout/Breadcrumb_cap_w.png

Inventory is not working

Hello all,

 I did a force inventory on a PC then removed a program 7-zip, remote into PC looked at the whole c drive searching for 7-zip and nothing. Then did a force inventory on PC and pc show 7-zip still there. ??????


Any answers??? thank you


4 Comments   [ + ] Show comments
  • Under "Installed Programs" and/or "Discovered Software"? If you click "Show Changes" on either of those do you see 7-zip in that list? - JasonEgg 5 years ago
  • I see it in installed program before and after I removed the program - Kdebiasse 5 years ago
  • The KACE agent scans the Window's registry to determine if a Software is installed or NOT, it does not look at Programs list. - Channeler 5 years ago
  • this is the powershell script that I run and the software inventory

    $(function Decode {
    If ($args[0] -is [System.Array]) {
    [System.Text.Encoding]::ASCII.GetString($args[0])
    }
    Else {
    "Not Found"
    }
    }



    ForEach ($Monitor in Get-WmiObject WmiMonitorID -Namespace root\wmi) {
    $Name = Decode $Monitor.UserFriendlyName -notmatch 0
    $Serial = Decode $Monitor.SerialNumberID -notmatch 0
    $Manufacturer = Decode $Monitor.ManufacturerName -notmatch 0
    $User = $Monitor.PSComputerName

    echo "$user $Name $Serial"
    }
    )*>&1 > C:\kbox\monitors.txt



    In software
    ShellCommandTextReturn(cmd /c type c:\KBOX\monitors.txt) - Kdebiasse 5 years ago

Answers (0)

Be the first to answer this question

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ