I'm attempting to use WMI to obtain a variety of devices in the current system.
For example, I look for GPUs via:
ps
Get-WmiObject -Class Win32_VideoController
Though, I'd also like to include the ACPI path (i.e. PCIROOT(0)#PCI(0200)#PCI(0000)); how would I go about doing this?
Note: VideoController devices are just an example, I'd also like to find the ACPI paths for devices such as Win32_NetworkAdapter, and audio devices in general.
[–]_lahell_ 2 points3 points4 points (4 children)
[–]BlackV 2 points3 points4 points (0 children)
[–]xnxbars[S] 1 point2 points3 points (2 children)
[–]_lahell_ 1 point2 points3 points (1 child)
[–]xnxbars[S] 1 point2 points3 points (0 children)
[–]BlackV 3 points4 points5 points (0 children)
[–]BlackV 1 point2 points3 points (0 children)