Hello all,
I am trying to create collections for machines with office x64 and x86 installed. for x64 i got below query but it is getting x86 as well
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.ResourceID = SMS_R_System.ResourceId where SMS_G_System_ADD_REMOVE_PROGRAMS_64.DisplayName like "Microsoft Office Professional%" or SMS_G_System_ADD_REMOVE_PROGRAMS_64.DisplayName like "Microsoft Office 365%" or SMS_G_System_ADD_REMOVE_PROGRAMS_64.DisplayName like "'Microsoft Office Enterprise %"
any suggestions?
Regards
I am trying to create collections for machines with office x64 and x86 installed. for x64 i got below query but it is getting x86 as well
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.ResourceID = SMS_R_System.ResourceId where SMS_G_System_ADD_REMOVE_PROGRAMS_64.DisplayName like "Microsoft Office Professional%" or SMS_G_System_ADD_REMOVE_PROGRAMS_64.DisplayName like "Microsoft Office 365%" or SMS_G_System_ADD_REMOVE_PROGRAMS_64.DisplayName like "'Microsoft Office Enterprise %"
any suggestions?
Regards