select SMS_R_System.NetbiosName, SMS_R_System.LastLogonUserName,
SMS_G_System_SoftwareProduct.ProductName,
SMS_G_System_SoftwareProduct.ProductVersion from SMS_R_System inner join
SMS_G_System_SoftwareProduct on SMS_G_System_SoftwareProduct.ResourceID =
SMS_R_System.ResourceId inner join SMS_G_System_SoftwareFile on
SMS_G_System_SoftwareFile.ResourceID = SMS_R_System.ResourceId where
SMS_G_System_SoftwareFile.FileDescription like "%Excel%"