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!
Hello all
I made this Query, to figure out a specific program is installed on which devices:
SELECT DISTINCT SMS_R_System.ResourceID, SMS_R_System.NetbiosName, SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName
FROM SMS_R_System
INNER JOIN SMS_G_System_ADD_REMOVE_PROGRAMS ON SMS_R_System.ResourceID...
Hi Prajwal,
I was newbie to SCCM and my superior gave me a task to generate reports of all software's installed on all clients. After I generate these report, we found out that there are non-official software's installed on. Is there a way in SCCM to uninstall those non-standard software's...