instance of Msft_MiQuery as $computerIdentity { NamespaceName = "root/inventorylogging"; Dialect = "wql"; Expression = "select * from msftsil_computeridentity"; }; instance of Msft_MiQuery as $computer { NamespaceName = "root/inventorylogging"; Dialect = "wql"; Expression = "select * from msftsil_computer"; }; instance of Msft_MiQuery as $software { NamespaceName = "root/inventorylogging"; Dialect = "wql"; Expression = "select * from msftsil_software"; }; instance of Msft_MiQuery as $sqlServer { NamespaceName = "root/microsoft/sqlserver/computermanagement*"; Dialect = "wql"; Expression = "select * from sqlserviceadvancedproperty where SQLServiceType = 1 and PropertyName = 'SKU'"; };