HeartBeat Discovery Status of specific collection of systems

select     CS.Name0,     max(AD.AgentTime) as ‘Date/Time’ from     dbo.v_AgentDiscoveries ad     JOIN dbo.v_GS_COMPUTER_SYSTEM cs on AD.ResourceID = CS.ResourceId     join dbo.v_FullCollectionMembership FCM on FCM.ResourceID = CS.ResourceId Where     AgentName = ‘Heartbeat Discovery’     and FCM.CollectionID = ‘SMS00001’ Group by     CS.Name0

What’s in a Heartbeat

Questions often come on the forums about Heartbeat Discovery including how often should they be configured to run or indirectly, what updates certain resource information in ConfigMgr like the IP Address. The answer to the first question depends on what you are going to use the data for that is contained in a Heartbeat Discovery? … Read more

Discovery Mystery

Discovery Methods Six methods of discovery are available in Configuration Manager 2007: Network Discovery Heartbeat Discovery—————————————————-this must enabled in all sites Active Directory System Group Discovery Active Directory Security Group Discovery Active Directory System Discovery Active Directory User Discovery   As Configuration Manager 2007 discovers resources, it creates records in the Configuration Manager database. This … Read more