I've found a million examples of how to enumerate domain user accounts to pull their last logon time but I'm trying to figure out how I could do the same for all LOCAL user accounts on servers that do not belong to a domain. I thought it would be as simple as enumerating the local users by doing a query something like this: "...ExecQuery("Select * from Win32_UserAccount Where LocalAccount = True")", but I can't track down any properties or methods that would provide the last logon time. Either I'm a dork or this is more difficult than it should be...or both.