Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

PENDING Creating collections Office 32 bit and 64 bit

  • Thread starter Thread starter dj3094
  • Start date Start date
  • Replies Replies 4
  • Views Views 3K

dj3094

Well-Known Member
Messages
241
Reaction score
7
Points
18
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
 
You can get the x32 from the SMS_G_System_ADD_REMOVE_PROGRAMS view.
don't forget that you can have two queries for a collection membership.
 
Thanks Garath,

The query I posted is give me x86 as well, what can i change in there to get only x64?

Regards
 
Thanks Garath,

The query I posted is give me x86 as well, what can i change in there to get only x64?

Regards
The query listed above grabs the data from the x64 ARP data. and Not from the 32 bit ARP. There is no way to determine the different data based on that only comes from x64 ARP.
 

Forum statistics

Threads
7,188
Messages
28,061
Members
18,333
Latest member
Sreeja
Back
Top