Comments
-
Solarwinds Professional
-
SELECT n.Node.Caption AS Node_Caption,n.VolumePercentUsed,n.Type,n.DeviceId,n.DetailsUrl,n.LastSync, n.VolumeSize, n.VolumeSpaceUsed FROM Orion.Volumes n WHERE (n.Node.Caption LIKE '%xxxx%' AND Type LIKE '%Fixed Disk%') AND Deviceid Like '%C:%' Order by VolumePercentUsed DESCTry this. You will need to replace xxxx with…
-
Nice script, I am new to SWQL so it given me some insight. Is there a way to add so you could filter using a Node Custom Property?