Get-WmiObject Win32_PnPEntity
$typeName = Get-WmiObject Win32_PnPEntity | Get-Member | Select-Object TypeName -Unique $typeName | Write-FormatView -Property Name, Status, Manufacturer, DeviceID -AutoSize | Out-FormatData | Add-FormatData
$typeName | Write-FormatView -Property Name, Status, DeviceID -AutoSize -GroupByProperty Manufacturer | Out-FormatData | Add-FormatData
Get-WmiObject Win32_PnpEntity
$typeName | Write-FormatView -Property Name, Status, DeviceID -GroupByProperty Manufacturer -AsList | Out-FormatData | Add-FormatData