Skip to content
Changelog

LOGINventory Version 2026.1.2

Version 2026.1.2
Release Jul 9, 2026
Build 9.11.2.19939

Build 9.11.2.19939 (Published July 9, 2026):

  • Warranty data retrieval for HP available again.
  • Windows Offline Agent Version 9.7:
    • Improved error handling if no valid OfflineAgent.config is present during installation.
    • Fundamental changes to self-update behavior (detection of when a new update is available; how often installation is attempted; more extensive logging; prevention of unwanted restarts; use of a dedicated “Updater” folder; use of the account stored in the configuration)
    • Writing LastInventory.Method = OfflineAgent, to distinguish whether LOGINfo.exe was run locally (e.g. via a logon script) or as part of the Offline Agent.
  • macOS Offline Agent:
    • Dark mode support in the setup.
    • Setup now removes the previous version when “installing over” it.
    • Notarization of the setup.
  • Improved startup performance for the LOGINventory Management Center and the portable version: ngen optimizations now run after setup, or after the first launch (portable version), and should reduce startup time from the following launch onward.
  • Consolidation of the LastInventory and InventoryInfo fields:
    • LastInventory.Agent now only contains the version number.
    • For Windows devices, LastInventory.Method now contains information on whether discovery was performed via NTLM or Kerberos (in the case of Remote Procedure Calls (RPC)).
    • LastInventory.Method no longer shows “WinReg” but “Scan (No WMI”), if the scan ran without WMI (e.g. because the firewall blocked it).
    • InventoryInfo.Mode is no longer written; the relevant information is now found in InventoryInfo.Method.
  • Windows scan:
    • A failure to retrieve whether there are pending Windows updates (OperatingSystem.UpdatesPending) no longer causes the entire discovery to fail. Instead, this issue is logged in the debug log and the scan continues.
    • The BlockNTLM switch now also forces Kerberos when establishing the WMI connection (not just for subsequent queries). This means discovery still delivers WMI data in environments where incoming NTLM is fully blocked via group policy (“Network security: Restrict NTLM: Incoming NTLM traffic = Deny all accounts”). More details in this KB article.
  • Dark mode and gray mode: Adjusted the display of the information (HTML) pages
  • Documentation: Language switcher, automatic dark mode detection, and search improvements.
  • Dashboards:
    • Using custom properties behind 1:1 navigations in the editor now possible.
    • Only entities reachable from the base table are shown when editing dashboards.
  • Exchange Server: Improved version detection for Server SE and various CUs.
  • Linux / macOS scan: Instead of maintaining all customizations in a single custom.xml, these can now also be split across several files. To do this, any number of XML files can be placed in the /opt/loginfox/custom/ folder (e.g. custom2.xml, software.xml, …). All *.xml files in this folder are automatically read in addition to custom.xml and processed in alphabetical order.
  • Web Interface: Installing an update no longer resets authentication to the default.
  • Detection of Bios.Mode improved: More reliable detection of UEFI BIOS.
  • Stability improvements when running LOGINfo.exe locally without WMI. Cluster IP detection before scanning Windows machines improved.
  • Web Viewer:
    • Signatures on lifecycle entries readable again in dark mode.
    • Photos stored on assets visible again in dark mode.
    • Custom properties: Presets are respected again when editing.
    • New option to clear custom properties for which presets are defined.
    • Dashboards in the web always respect filters applied at a higher level in the tree structure.
  • License management:
    • The automatic nightly calculation no longer shows an error when there are no products in license management.
    • Detected products for cloud subscriptions were filtered only by SKU ID, not by tenant ID, so consumer detection was incorrect (occurred with the current script for reading out JetBrains licenses).
    • Deleting licenses from queries now possible (no longer only from the product or in the license assignment dialog).
  • Favorites in the tree structure:
    • Filter conditions from queries higher up are respected.
    • Only queries and folders can now be added as favorites.
  • REST API: select statements on the ID now possible.
  • Tasks: The “Test” button when configuring the email to be sent now works correctly again with OAuth.
  • SNMP v3: Fix for using the AES-192 protocol.
  • Creating the portable version: Unneeded files are no longer copied into the portable version’s directory.
  • Event viewer: Truncate is no longer logged as a warning, log level reduced to verbose.