Omi New: Win32operatingsystem Result Not Found Via
The error message "Win32_OperatingSystem Result not found via OMI" typically occurs in monitoring environments like FortiSIEM when an Open Management Infrastructure (OMI) client fails to retrieve data from a Windows host's Windows Management Instrumentation (WMI) repository.
- Ensure the Windows Remote Management (WinRM) service is running.
- Run
winrm quickconfigon the Windows target. - In
wmimgmt.msc, grant the OMI service account (e.g.,omiuser) Remote Enable permissions onroot\cimv2.
Enable-PSRemoting -Force
Set-Item WSMan:\localhost\Client\TrustedHosts -Value "*.yourdomain.com"
Authentication Protocol: Try switching from NTLM to Kerberos authentication. Users often find that NTLM fails to return results even when credentials are correct. win32operatingsystem result not found via omi new