Server Manager 2016 : Configuration refresh failed with the following error: Invalid class
server manager :manageability :data retrieval failure occurred
the SERVER MANAGER DASHBOARD had a red flag indicating the REFRESH FAILED. When I clicked MORE I saw :
Configuration refresh failed with the following error: Invalid class
solution : Refresh .MOFs:
- Launch a CMD PROMPT (ADMIN) – make sure it is as an Admin
- type : cd C:\Windows\System32\wbem\AutoRecover
- type : for /f %s in (‘dir /b *.mof *.mfl’) do mofcomp %s
- Launch your SERVER MANAGER and let it take the minute or two it needs to start up.
That’s it!