Error thrown with Windows Classify Probe indicating remote powershell issueIssue After upgrading, and running a Discovery on a Windows Server or Desktop, an error comes up in the Discovery Log for Windows Classify detailing the following: The term 'fetchMultipleWMI' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.HRESULT: [-2146233087]. ReleaseParis, Quebec, RomeCauseThe reason for this error is due to a new function that needs to be available going forward with Madrid. The script WMIFetch.psm1 contains the function 'fetchMultipleWMI' which is needed to grab the classes necessary to run specific classes on the target host(s), as they were previously run directly on the mid server. The error is simply powershell not being able to run the function. The most likely issue here is that during the upgrade to Madrid, WMIFetch.psm1 was never updated with the new functionality and therefore was not able to send it to target the host(s).Resolution1. Navigate to ecc_agent_script_file.LIST and find the script WMIFetch.psm12. Check the version to see if it Out of Box - if not revert to OOB (for Madrid).3. Rerun Discovery on a Windows Server/Desktop and check that it classifies.