I have a question on getting this info from NetworkLoginProfile. I have seen threads showing how to set up SCCM to collected the data but I'm wondering what the data being collected is. The lastlogin time seems to be related to the last time the account was accessed on the domain not on the PC.
I found this "The NetworkLoginProfile class enumerates all local profiles and network accounts for a computer, and it then queries a domain controller to gain information about those accounts." from this KB article -
http://support.microsoft.com/kb/287425It does not look like collecting data from networkloginprofile will help people who want to see who the last person to log into a particular PC was. Is there a way to gather that data? I know in the SCCM logs, it will show users logging in and out but it does not seem to gather that data to the DB.
Thanks