SCCM 2012 – Newly discovered machines in the last 24 hours

sql2016

Estimated reading time: 1 minutes

If you want to identify machines that have been newly discovered within the last 24 hours, then you have use the query below.

select  
      SMS_R_System.Name,   
      SMS_R_System.CreationDate   
 from SMS_R_System  
      where DateDiff(dd,SMS_R_System.CreationDate, GetDate ()) <= 1

If you want to change the 24 hours value, then just amend the where value of 1 (this is a day value not hour value) to whatever you want it to be.

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.

Share this content:

Click to rate this post!
[Total: 0 Average: 0]
SCCM 2012 – Newly discovered machines in the last 24 hours

Discover more from TechyGeeksHome

Subscribe to get the latest posts sent to your email.

Leave us a message...

Scroll to top