Most of our SQL Servers are labeled SQL so I can filter those with the following syntax:
Nodes.Caption like '*SQL*'
If I want to filter based on the drive letter, when creating a drive capacity report which node properties would I use? I've tried filtering on Nodes.DetailsURL not like '*C:\*', but that doesn't seem to exclude any of the C: volumes we have on the SQL machines (we normally keep the data files on the
drives).
Any further documentation on Properties that can be used for filtering Nodes would be very helpful!
Thanks,
Mike