A repository query that returns all disks (on all monitored servers) with less than 10% free space. The alert format is returned as follows: Key (server name), value (% free space).
The alert is limited to displaying the top 100 disks sorted in ascending order. This limit is the Maximum Instance Count in the Advisory Condition and is limited to a max of 100.
The PDLD.Name NOT LIKE '\\?\Volume{%' in the query is used to filter out old mount points and system partitions from the result set. Additional drives may be excluded in the same manner.