/build/static/layout/Breadcrumb_cap_w.png

Report/Custom Inventory Rule (CIR) on all installed USB Devices

Had a request from someone this week about a way to pull every single USB device that Windows is reporting into the KACE SMA

Here's what I came up with:

ShellCommandTextReturn(cmd /q /c powershell.exe -command "Get-WmiObject -Class CIM_LogicalDevice | Where-Object -FilterScript {$_.Description -like 'USB*'} | Format-List -Property Manufacturer,Name,Caption,Status,StatusInfo)


Here is what the output looks like:

4hEKIQ.png

This could also be massaged down and filter out unwanted items, such as the Generic USB Host Controller an stuff like that. 


What do you guys think?


Comments

  • I like this idea. I want to try to figure out a way to determine if disallowed devices are connected such as video game controllers or keyloggers. - flip1001 5 years ago
This post is locked
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ