Forum Discussion
Deepwater_83
Jun 10, 2020Copper Contributor
Help with Query
I have created a query to notify the low disk space on servers and it is working fine. But I want to exclude one of the drives i.e H from the notification. is there any way we can do it. I am using t...
Meir_Mendelovich
Microsoft
Jun 10, 2020
Try to add something like:
| where InstanceName != "H:"
Make sure that you filter the right records and that you don't filter a valid data point.
Thanks,
Meir