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 ()) <= 1If 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.
About The Author
Discover more from TechyGeeksHome
Subscribe to get the latest posts sent to your email.
