Build 9.11.3.20501 (Published August 11, 2026):
- New Windows remote scan now also via WinRM for hardened environments where DCOM/RPC (port 135 and the dynamic range) or SMB (port 445) are blocked, or NTLM is disallowed.
- New switch
//UseWinRMwith four levels: automatic (default, unchanged DCOM), WinRM preferred with DCOM fallback, strict WinRM without any DCOM, RPC, or SMB attempt, and strict DCOM. - WMI and registry queries run in WinRM mode via the MI interface; the remote scan without an SMB share runs directly via the WinRM shell. For this, LOGINfo.exe is placed in a protected directory on the target device and is only transferred again when a new version is available.
- HTTPS is supported:
//WinRmUseHttps 1connects via port 5986,//WinRmPortallows a different port,//WinRmSkipCertCheckdisables certificate validation if needed. - Requires an active WinRM listener on the target device (port 5985 or 5986), enabled by default only on Windows Servers. Full details in the new documentation chapter Remote scan with WinRM
- Nothing changes for existing installations: without the new switches, the previous DCOM method still applies.
- New switch
- Breaking Change
LastInventory.Method:For Windows devices, new values are now reported: instead of, for example, “RPC (Kerberos)”, it’s now “DCOM (Kerberos)”. Custom queries and filters that check for the previous values must be adjusted. Details in the new documentation chapter Discovery method of an asset. - New Linux / macOS discovery: Significant expansion of scope of the values collected:
- New entities (analogous to Windows discovery): services (
ServiceInfo),Bios,Mainboard, scheduled tasks (ScheduledTask),Bootlog, user logons (UserLogon), user sessions (UserSession), network connections (NetworkConnection),Firewall, partition encryption (PartitionEncryption), batteries (BatteryInfo),TrustedPlatformModule. - Additional values: drives (
DriveInfo) (SMART data), operating system (OperatingSystem) (UpdatesPending,RebootPending,InstallDate,Architecture,Language,…),DeviceInfo(AssetTag,LocalTime,MemorySlots,MaxMemorySize),SoftwarePackage(Snap + Flatpak; new sources apk (Alpine) and pacman (Arch), incl. distro detection). - Aligning the feature set of the Offline Agent with the remote scan (previously missing: local user accounts, local security groups, shares, and routing tables).
LastInventory.Method: Different values for the type of discovery: “Local”, “OfflineAgent”, “SSH (Key)”, “SSH (Password)”.- Encryption of inv files also for the Offline Agent.
- If an inv file could not be transferred, the Offline Agent now stores it under
/var/spool/loginfoxand transfers it along with the next run. - Various bug fixes.
- New entities (analogous to Windows discovery): services (
- LIA (AI Assistant):
- Now officially available and no longer in beta mode.
- Improvements to queries involving usernames and to the use of certain comparison operators.
- Web Viewer: Significant performance improvements when many assets have images attached.
- On-prem Exchange Server: Edition detection now works reliably again for the remote scan as well.
- Editing custom properties on multiple devices at the same time no longer clears the “CustomType” property.
- Reading
AppPackages: Improved reliability. - License management:
- Improvements to the calculation of possible savings potential.
- Improved reliability when using “additional consumer sources”.
- Query editor: Filter conditions ending in the “$” character are allowed again.