instance of MSFT_SomFilter { Author = "administrator@VIRT.SAVILLTECH.NET"; ChangeDate = "20070830005321.840000-000"; CreationDate = "20070829213917.866000-000"; Description = "WMI to check C drive has at least 10GB free"; Domain = "virt.savilltech.net"; ID = "{8C417C0A-E988-47A0-9185-C1FAB0FC1B2C}"; Name = "C: Drive Free Space"; Rules = { instance of MSFT_Rule { Query = "Select * from Win32_LogicalDisk where FreeSpace>10737418240 and Caption = \"C:\""; QueryLanguage = "WQL"; TargetNameSpace = "root\\CIMv2"; }}; };