Windows server 2012 R2 invalid namespace error

Selim YILDIZ 1 Reputation point
2021-06-17T11:46:11.727+00:00

hi,

we have a problem about server 2012 r2. i attached error screen in attachment. Can you help me for solve this problem.106616-invalid-namespace.jpg

Windows Server 2012
Windows Server 2012
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
1,564 questions
{count} votes

6 answers

Sort by: Most helpful
  1. wan jebat 0 Reputation points
    2023-03-03T01:20:07.71+00:00

    I recently counter this error. File and Storage server tab was disappeared at the left pane of Server Manager and notification keep stating that refresh failed and reason was Invalid Namespace. This is what i've done to overcome it.

    The step:

    1 - i ran the command according to this link. please notice the directory for .mfl file as its all in en-US directory.

    https://video2.skills-academy.com/en-us/answers/questions/684166/failed-to-initialize-all-required-wmi-classes

    2 - After completing above link, and refreshing Server Manager you will get new error notification of Invalid Nameclass. Then you run the command

    1. cd C:\Windows\System32\wbem\AutoRecover
    2. for /f %s in ('dir /b *.mof *.mfl') do mofcomp %s
    3. goto Servermanager, do Refresh - Ok.

    After this everything should be ok. at least for me.

    0 comments No comments