Windows Server discovery fails and discovery log shows error "Get-CimClass : Not found"Issue Discovery fails with following error Error:Discovery log warning - Get-CimClass : Not foundAt C:\ServiceNow\MidServerQA\agent\scripts\PowerShell\WMIFetch.psm1:421 char:20+ $reg = Get-CimClass -Namespace "root\default" -ClassName "StdRegProv ...+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ CategoryInfo : ObjectNotFound: (root\default:StdRegProv:String) [Get-CimClass], CimException+ FullyQualifiedErrorId : HRESULT 0x800ReleaseRome Patch 2CauseThe target Windows 2019 device does not have ClassName with name "StdRegProv"ResolutionThe error is pointed to the Object "StdRegProv" which is missing while the Windows - Classify probe is trying to query using powershell.The following is the wmi query should return valid output on the target device powershell application. Get-CimClass -Namespace "root\default" -ClassName "StdRegProv" 3. The following command did not return "StdRegProv" in the list of classes in "root\default" namespace Get-CimClass -Namespace "root\default" Advised to work with windows admin team to get the cimclass ""StdRegProv" installed in the target device