Win32operatingsystem Result Not Found Via Omi New

The error "Win32_OperatingSystem Result not found via OMI" typically occurs during FortiSIEM integration with Windows hosts when the Open Management Infrastructure (OMI) cannot retrieve basic system information due to network blocks, permission issues, or service misconfigurations. Immediate Troubleshooting Steps

Title: Win32_OperatingSystem result not found via OMI new session

Step 4: Use the Correct OMI Command for Retrieval

If your original script used omi new, rewrite it to use omi enumerate or, better yet, use the CIM_OperatingSystem class (the cross-platform standard): win32operatingsystem result not found via omi new

Solution:

or

If this fails, the WMI repository is corrupt. Repair with:

Description: Enhance the OMI infrastructure to properly discover and expose the Win32_OperatingSystem class, ensuring that users can easily access operating system information through OMI. The error "Win32_OperatingSystem Result not found via OMI"

API Documentation