Summary: Use a one-line command to obtain WMI class schema (MOF) information.
How can I use Windows PowerShell to display the MOF of a WMI class?
Use the WMIClass type accelerator, and then call the static GetText method whilst supplying the word MOF:
([wmiclass]"Win32_Pingstatus").gettext("MOF")