I saw a question about the CIM_Component class and wondered what it was. So I tried it
PS> Get-CimInstance -Namespace rootCIMV2 -ClassName CIM_Component | select -f 1 | fl *
GroupComponent : Win32_Directory (Name = "<directory path>")
PartComponent… Read the full text.