Can anyone share me query to block the usb ports i...
# fleet
v
Can anyone share me query to block the usb ports in windows/linux/macos laptops
g
Hey @Venkatesh Revanuru, In Fleet you could configure a policy to an automation like Tines or a Lambda to alert or act on a web-hook or another tool/application to block the ports. You could also manage and create an MDM profile for each platform and deliver from Fleet that would block USB for your devices.
v
Can you share me query here. I am unable to find to block usb ports in fleet.
g
Can run a query like-
SELECT vendor, model FROM usb_devices WHERE removable = 1;
This query should show USB devices currently connected to your endpoints.