System Center

Configuration Manager Report Query for Systems with Torrent Software Installed

Last updated on April 16th, 2023 at 11:27 pm

Read Time:1 Minute, 22 Second

If you want to check if any of the client machines within your Configuration Manager network have torrent software installed, you can run this query directly on your SQL database or you can use it to create a report within SSRS.

How to create a Configuration Manager Report using SSRS

The query is below and can be altered to fit your own needs by adding columns and tables if or where required.

SELECT
SD.Name0,
SYS.User_Name0,
SWF.FileName
FROM v_r_System SYS
JOIN v_GS_Softwarefile SWF
on SWF.Resourceid = SYS.Resourceid
LEFT JOIN v_R_User USR
on USR.User_Name0 = SYS.User_Name0
LEFT JOIN v_R_System SD
on SD.ResourceId = SWF.ResourceId
WHERE SWF.FileName LIKE '%Azureus%'
Or SWF.FileName LIKE '%BitComet%'
Or SWF.FileName LIKE '%BitLord%'
Or SWF.FileName LIKE '%BitTornado%'
Or SWF.FileName LIKE '%BitTorrent%'
Or SWF.FileName LIKE '%Shareaza%'
Or SWF.FileName LIKE '%Utorrent%'
Or SWF.FileName LIKE '%eDonkey%'
Or SWF.FileName LIKE '%Emule%'
Or SWF.FileName LIKE '%Kazaa%'
Or SWF.FileName LIKE '%LimeWire%'
Or SWF.FileName LIKE '%Flashget%'
Or SWF.FileName LIKE '%torrent%'

More Queries

Our full range of SQL and WQL Collection queries are available here.

Feedback

If you have any questions or feedback about this post, or if you would like us to create any queries for you, please go ahead and leave us a message below in the comments section and we will get back to you as quick as we can.

Avatar for Andrew Armstrong

About Post Author

Andrew Armstrong

Founder of TechyGeeksHome and Head Editor for over 15 years! IT expert in multiple areas for over 23 years. Sharing experience and knowledge whenever possible! Making IT Happen.
administrator
Click to rate this post!
[Total: 0 Average: 0]

Free Subscription

If you want to be notified when we post more quality guides like this one, sign up to our free subscription service and you will receive an email when a new post is live.

Join 4,420 other subscribers.

No need to worry, we will not be filling your inbox with spam and you can unsubscribe anytime you like.


Follow Us

Subscribe

Join 4,420 other subscribers.

Categories

Archives

Top Downloads

Tags

Blog Stats

  • 6,660,767 hits

Meta