Close Menu
    Facebook X (Twitter) Instagram
    Saturday, October 11
    X (Twitter) LinkedIn Reddit RSS
    All about Endpoint Management
    • Home
    All about Endpoint Management
    Home»SCCM 2007»Report for computers where the discovery agent time is older than 30 days

    Report for computers where the discovery agent time is older than 30 days

    Eswar KonetiBy Eswar KonetiNovember 25, 10:21 pm1 Min Read SCCM 2007 2,703 Views
    Share
    Facebook Twitter LinkedIn Reddit

    Report to list all the computer where the discovery agent time shows older than 30 days.

    This you can find out if you right click on the computer ,go to properties and see Agent name[0] (ex:SMS_AD_SYSTEM_DISCOVERY) respect to Agent time[0] for the above discovery method which will be the recent date.

    select a.Name0,b.AgentName,b.AgentTime from v_R_System a
    join v_AgentDiscoveries b on b.ResourceId=a.ResourceId where
    (AgentName  like 'Heartbeat Discovery' and DATEDIFF(Day,AgentTime,Getdate())>=30 ) OR
    (AgentName  like 'SMS_AD_SYSTEM_DISCOVERY_AGENT' and DATEDIFF(Day,AgentTime,Getdate())>=30 )

    group by name0 ,agentname,AgentTime

    Order by Agentname

    You can add other discovery methods if you enabled in your site to the above report.

    Configmgr 2007 configmgr report Discovery Agent report for Discovery Agent older than 30 days SCCM SCCM 2007 SCCM Reports SMS SQL
    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

    1 Comment

    1. Luigi Fulk on January 2, 2011 10:27 PM

      Great site, keep good work!

      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.