Hi,
Is there any way in IBM Bigifx to find the below output like this ?
Hi,
Is there any way in IBM Bigifx to find the below output like this ?
Yes. There is a devices inspector. You can also use WMI but WMI is usually slower.
Thanks jgstew link was help for meā¦Can you please guide me with the relevance which will pull out PCI devices from NON - Windows mahcines
The SMBIOS inspector or the DMI inspector may be of some help.
start here: https://bigfix.me/analysis/details/2994751
Also, is there a way to get this info from a file on the system? If so, you could read it using relevance.
If there is a way to get this info on the command line, then you could run a task on a periodic basis to output the data you need to a file, then read that file with relevance. This approach is not ideal, but it works if there is no better option.
lspci command is used in linux machine to fetch PCI devices.So, Is there any way to implement this command in relevance??
You can query PCI devices through WMI or possibly SMBIOS through relevance.