0 Votes

Last Several Logged In Windows Users
Log In or Register to download the BES file, and more.


Relevance

 
  * Results in a "string"/number
Show indented relevance
if (name of operating system as lowercase starts with "win") then((name of parent folder of it, modification time of it) of files "NTUSER.DAT" of folders of folder "c:\users") as string else ("No Login Info Found")

Property Details

ID2170
Status
TitleLast Several Logged In Windows Users
KeywordsWindows Users NTUSER
DescriptionExamine NTUSER.dat to determine the last several users who logged into a windows endpoint.
Added by
Last Modified by on 1/29/2013 10:32:37 PM
Counters 7 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Sharing

Relevance Image Sharing:

<a href='https://bigfix.me/cdb/relevance/2170'><img src='https://bigfix.me/cdb/relevanceimage/2170?width=400' border='0'></a>
Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!
myusername -
if (name of operating system = "WinVista") or (name of operating system = "Win7") or (name of operating system = "Win8") or (name of operating system = "Win2008") or (name of operating system = "Win2008R2") or (name of operating system = "Win2012") then ((name of parent folder of it, modification time of it) of files "NTUSER.DAT" of folders of folder "c:\users") as string else if (name of operating system = "WinXP") or (name of operating system = "WinXP-2003") or (name of operating system = "Win2003") or (name of operating system = "Win2003R2") then ((name of parent folder of it, modification time of it) of files "NTUSER.DAT" of folders of folder "c:\Documents and Settings") as string else ("No Login Info Found")