hello
I am trying to WQL query for get all Microsoft Office type and all version and NetBIOS name I able to do 32 and 65 BIT version but not able to get all microsfot version list if anyone can help that will be great I need soon and this is the WQL script I am using
select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_ADD_REMOVE_PROGRAMS_64 on
SMS_G_System_ADD_REMOVE_PROGRAMS_64.Version, SMS_G_System_ADD_REMOVE_PROGRAMS_64.ResourceID = SMS_R_System.ResourceId where SMS_G_System_ADD_REMOVE_PROGRAMS_64.DisplayName like "%Microsoft % Standard%" or SMS_G_System_ADD_REMOVE_PROGRAMS_64.DisplayName like "%Microsoft % Professional%" or SMS_G_System_ADD_REMOVE_PROGRAMS_64.DisplayName like "%Microsoft % Enterprise%" or SMS_G_System_ADD_REMOVE_PROGRAMS_64.DisplayName like "%Microsoft % 365%"
just need help to add version please help?
thank you
Arun
I am trying to WQL query for get all Microsoft Office type and all version and NetBIOS name I able to do 32 and 65 BIT version but not able to get all microsfot version list if anyone can help that will be great I need soon and this is the WQL script I am using
select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_ADD_REMOVE_PROGRAMS_64 on
SMS_G_System_ADD_REMOVE_PROGRAMS_64.Version, SMS_G_System_ADD_REMOVE_PROGRAMS_64.ResourceID = SMS_R_System.ResourceId where SMS_G_System_ADD_REMOVE_PROGRAMS_64.DisplayName like "%Microsoft % Standard%" or SMS_G_System_ADD_REMOVE_PROGRAMS_64.DisplayName like "%Microsoft % Professional%" or SMS_G_System_ADD_REMOVE_PROGRAMS_64.DisplayName like "%Microsoft % Enterprise%" or SMS_G_System_ADD_REMOVE_PROGRAMS_64.DisplayName like "%Microsoft % 365%"
just need help to add version please help?
thank you
Arun