You are on page 1of 1

instance of MSFT_SomFilter

{
Author = "Administrator@JST4KXS.local";
ChangeDate = "20140324183016.881000-000";
CreationDate = "20140324182934.742000-000";
Description = "Applies Server 2012 R2 Settings";
Domain = "JST4KXS.local";
ID = "{B24FEFB9-C74D-4DCD-8281-FC5A778EF739}";
Name = "Server 2012 R2 Domain Controller";
Rules = {
instance of MSFT_Rule
{
Query = "Select * from Win32_OperatingSystem WHERE Version LIKE \"6.3.%\" AND
(ProductType = \"2\" or ProductType = \"3\")";
QueryLanguage = "WQL";
TargetNameSpace = "root\\CIMv2";
},
instance of MSFT_Rule
{
Query = "SELECT * FROM Win32_ServerFeature WHERE Name='Active Directory
Domain Services'";
QueryLanguage = "WQL";
TargetNameSpace = "root\\CIMv2";
}};
};

You might also like