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!

NEW List Office visio using sccm

  • Thread starter Thread starter NABILIT
  • Start date Start date
  • Replies Replies 1
  • Views Views 1K

NABILIT

Member
Messages
7
Reaction score
0
Points
1
HI team , looking for get list off visio product
i use this query , but the ouput is just one devices , any adea please ?
select SMS_R_System.Name, SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName
from SMS_R_System
inner join SMS_G_System_ADD_REMOVE_PROGRAMS on
SMS_G_System_ADD_REMOVE_PROGRAMS.ResourceID = SMS_R_System.ResourceId
where SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName like "%Visio%"
 
That is the x86 ARP view, Are all of you version of Visio, x86 or x64?
 
Back
Top