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!

SOLVED SCCM Collection to list computers installed with teamviewer

Status
Not open for further replies.
Dear Syed,
You can create a query based collection and use the below query and it should do the job (I used it myself as I had exactly same requirements like yours)
Do let me know if this helped answer your question.Thanks

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_Systeminner 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 "TeamViewer%" or SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName like "Team%"
 
Status
Not open for further replies.

Forum statistics

Threads
7,135
Messages
27,867
Members
18,155
Latest member
DanDanDanissimo
Back
Top