Close Menu
    Facebook X (Twitter) Instagram
    Sunday, October 12
    X (Twitter) LinkedIn Reddit RSS
    All about Endpoint Management
    • Home
    All about Endpoint Management
    Home»SCCM 2007»SCCM report for Last logged on computer name with application installed or not

    SCCM report for Last logged on computer name with application installed or not

    Eswar KonetiBy Eswar KonetiFebruary 04, 10:48 am1 Min Read SCCM 2007 1,422 Views
    Share
    Facebook Twitter LinkedIn Reddit

    Do you want to find out the computers based on the user names where they have logged on lastly and to see if they have specific application is installed or not with date ?

    Here you go with the SCCM report with list of users .

    select a.Name0,a.UserName0 as 'Last logged in',c.DisplayName0,c.InstallDate0 from v_GS_COMPUTER_SYSTEM a ,
    v_Add_Remove_Programs c where a.Username0 in ('domain\sccmadmin','domain\user1')  and a.ResourceID=c.ResourceID and c.DisplayName0  like '%Microsoft Office%'
    order by name0

    SCCM report to Display computers that users in a specific security group last logged in on to with software exist or not?

    select a.Name0,a.UserName0 as 'Last logged in',b.Usergroup_Name0,c.DisplayName0,c.InstallDate0 from
    v_GS_COMPUTER_SYSTEM a ,v_R_UserGroup b,v_Add_Remove_Programs c where b.Usergroup_Name0=@secgroup and
    c.DisplayName0 like @application and a.ResourceID=c.ResourceID
    order by name0

    Prompt For secgroup:select Usergroup_Name0 from v_R_UserGroup

    Prompt for application:select DisplayName0 from v_Add_Remove_Programs

    configmgr report Microsoft SCCM SCCM SCCM report for Last logged on computer name with application installed or not SCCM Reports SMS SQL System center configuration Manager
    Share. Twitter LinkedIn Email Facebook Reddit

    Related Posts

    SCCM SQL Report – Compare Installed Apps on TWO Different Computers

    July 13, 10:35 am

    Optimize Your Intune Workflow with a Powerful Browser Extension

    March 22, 10:39 am

    Migrate Microsoft 365 Updates from SCCM/MECM to Intune for Co-Managed Devices

    February 11, 9:50 pm

    4 Comments

    1. abdullah on June 11, 2012 8:56 PM

      hi, i am trying to run your report and get the follwing error. your help would be highly appreciated.

      [42000][102][Microsoft][ODBC SQL Server Driver][SQLServer]incorrect syntac near"".

      we are trying to get a report on application by last logged in username and computer name.

      Reply
      • Eswar Koneti on June 15, 2012 9:56 AM

        please replace the fancy quotes with original quotes as the blog replaces them and try.
        can you please post your query what are you trying ?

        Reply
    2. laptop prices in pakistan on October 21, 2011 9:54 AM

      That is very fascinating, You are a very skilled blogger. I've joined your rss feed and sit up for in search of extra of your fantastic post. Additionally, I've shared your web site in my social networks

      Reply
    3. android on September 15, 2011 1:01 AM

      Thanks for every other informative web site. The place else may I am getting that kind of information written in such a perfect means? I have a project that I am just now running on, and I've been at the look out for such information.

      Reply

    Leave a ReplyCancel reply

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    Sign Up

    Get email notifications for new posts.

    Author

    I’m Eswar Koneti ,a tech enthusiast, security advocate, and your guide to Microsoft Intune and Modern Device Management. My goal? To turn complex tech into actionable insights for a streamlined management experience. Let’s navigate this journey together!

    Support

    Awards

    Archives

    © Copyright 2009-2025 Eswar Koneti, All rights reserved.

    Type above and press Enter to search. Press Esc to cancel.