Issue with WMI/Powershell: Classify sensorIssue The Following Error is returned on (some) Windows Servers during a typical Discovery in the Discovery Log: TypeError: Cannot read property "0" from undefinedStack: at discovery_sensor.b11453f50a0a0ba500a72547a687189e:158 (anonymous)at discovery_sensor.b11453f50a0a0ba500a72547a687189e:66 (anonymous)at discovery_sensor.b11453f50a0a0ba500a72547a687189e:45 (anonymous)at sys_script_include.778011130a0a0b2500c4595ad1d1d768.script:194 (anonymous)at sys_script_include.778011130a0a0b2500c4595ad1d1d768.script:149 (anonymous)at sys_script_include.778011130a0a0b2500c4595ad1d1d768.script:112 (anonymous)at sys_script_include.778011130a0a0b2500c4595ad1d1d768.script:25 (anonymous)at sys_script_include.d22e7bdbc0a8016500a18e024bfc9aa3.script:4 (anonymous)at discovery_sensor.b11453f50a0a0ba500a72547a687189e:1at sys_script_include.78dfb2dd536002001f175f43911c087d.script:13 (anonymous)at sys_trigger.e09ce071db933300e822748e0f9619da:2(sys_script_include.778011130a0a0b2500c4595ad1d1d768.script; line 56) The Windows Server will fail to classifyReleaseNew York - patch 0(possibly others)CauseThere are GPO (Group Policy Objects) in the customer's environment that can specifically cause this error. These are things that are somewhat out of our control, but there are some things that we can do to diagnose.ResolutionCompare the different CIs for the Windows Servers - see if any of them are not throwing this error and are being classifiedIf there are servers that this is not happening to, then the most likely course of action is to compare the working Hosts to the Non Working Hosts. There is a command that you can run to print out the GPOs for each host and then you can compare them: gpresult/h report.html (returns an html file with the results).Eliminate any GPOs on the non working host that to not appear on the working host (remember that this would only apply to the GPOs that the Windows credential account for Service Now Discovery is tied to (ignore all other users from the report).(Optional) As a fallback you can always revert back to legacy WMI by setting the following property in ecc_agent_property.LIST: mid.use_legacy_wmi = "true"