There are all sorts of commands that WMIC accepts, such as
WMIC Path Win32_Battery
WMIC Path Win32_Processor
WMIC Class Win32_Battery
WMIC Class ComputerSystem
et cetera.
Is there any way to list all of these potential "path"s and "class"es, etc. from the command line?