Hello Everyone,
I am trying to create an Analysis property to get the Information of Active wired headset connected with Windows endpoints and I got the relevance for USB Audio Devices:
(if exists friendly name of it then friendly name of it else if exists description of it then description of it else “NoDescOrFN”) of active devices whose(class of it = “MEDIA” AND service key value name of it = “usbaudio”)
it is retrieving the data from the machines but it is not accurate for every machine in few machine the headset is connected but it is not showing any headset connected.
Is there any other inspector I can try to get the wired headset connected with the machines or the headset connected on machine is wired or wireless?
To refine your approach for detecting active wired headsets connected to Windows endpoints, you can follow these steps:
- Fetch All Active Devices: Start by retrieving all active devices on the machine. This will give you a comprehensive list of devices, including those that might not be captured by your initial filter.
- Filter Out Relevant Devices: Once you have the list of all active devices, apply filters to identify the devices that are likely to be wired headsets. Focus on properties such as device class, service key value name, and interface type.
- Combine Relevant Statements: Combine the default discovery relevance with additional approaches to ensure that all relevant devices are captured. This might involve checking for different device classes, service key values, and other properties.
Please refer to below link, it has everything what you require.
Analysis | Devices - Windows | bigfix.me