SCCM Query
Hello,
I am looking for an SCCM query that will retrieve all users that have not logged in for 90+days. I have been looking at some online resources with no luck so far.
Thanks in advanced
0 Comments
[ + ] Show comments
Answers (2)
Answer Summary:
Please log in to answer
Posted by:
SMal.tmcc
9 years ago
Top Answer
https://technet.microsoft.com/en-us/library/Dd391899%28v=WS.10%29.aspx
https://social.technet.microsoft.com/forums/windowsserver/en-US/3f544357-f4ca-4f56-85fb-4663d3687ba0/how-to-find-the-which-users-not-logged-in-ad-for-90-days
https://social.technet.microsoft.com/forums/windowsserver/en-US/3f544357-f4ca-4f56-85fb-4663d3687ba0/how-to-find-the-which-users-not-logged-in-ad-for-90-days
Comments:
-
Thanks for your response
I did see those articles, but was wondering if it was something that SCCM could handle instead of AD? - mikebra 9 years ago-
sccm is designed to manage and report on the machines not the users so it may not be an easy task thru it. We use MOM to query ad and email the admin staff a weekly report. - SMal.tmcc 9 years ago
-
Could be done by creating a report to pull the user names and cross reference them with last logon user from the devices... but this is not easy and why bother when you can do it with a single line in powershell? - GAKIS 9 years ago
-
Thanks Guys - Was just curious about using SCCM, but I will give the powershell a try - mikebra 9 years ago