PowerShell code below will list the names of the sound
devices and its status on the system.
The status might show OK, I believe this refers to the
driver installation but if some settings are misconfigured that will be another
issue.
Here’s the code:
Get-WmiObject -Query "Select * from Win32_sounddevice" -Namespace 'Root\CIMV2'
Sample output:
Manufacturer
Name
Status StatusInfo
------------
----
------ ----------
Intel(R) Corporation Intel(R) Display Audio OK 3
(Generic USB Audio)
USB Audio Device
OK 3
Realtek
Realtek High Definition Audio OK 3
Cheers..till next time. :)
================================
Free Android Apps:
Click links below to find out more:
Excel Keyboard guide:
Heaven's Dew Fall Prayer app for Android :
Catholic Rosary Guide for Android:
Comments
Post a Comment