cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements

Who rated this post

L5 Sessionator

Hi @cylusaragao, thanks for reaching us using the Live Community.

You can filter the computers in the All Endpoints view view setting the "Domain" value with your domain name and save the filter:

 

jmazzeo_0-1734630351053.png

 

If you want to add a widget to a dashboard, you can run the following XQL query and save it as a Widget.

 

dataset = endpoints 
| filter domain = "your.domain" // Set your domain
| fields endpoint_name, ip_address, operating_system, user // Add fields as needed

 

If this post answers your question, please mark it as the solution.

JM
Who rated this post