Known Issues and Workarounds
Overview
Sometimes things don't quite work like you'd expect, and while we may not have a fix just yet, we do have a way to get things back on track.
FireScope Windows Agent
Known Issue | Workaround |
---|---|
[PRB36324] Empty result returned from agent poller invocation. Symptoms:
|
Root Cause:
Workaround:
|
[PRB36866] Agent reports wrong Windows Operation System Version Symptoms:
|
Root Cause:
Workaround: Use a WMI Attribute to get the most accurate results for Operating System and Version. Example operations: For Operating System: host_run(powershell -command "&get-ciminstance -classname win32_operatingsystem | select-object -expandproperty caption") For Operating System Version: host_run(powershell -command "&get-ciminstance -classname win32_operatingsystem | select-object -expandproperty version") |