Timestamps
Commands
forfiles /p "C:\path\to\directory" /c "cmd /c echo @file @fdate"wmic fsdir where (name="C:\\Windows") get lastmodified, lastaccessed, creationdate, namewmic datafile where name="C:\\FileOfInterest' get creationdate,lastmodified,lastaccessedGet-WmiObject win32_process | select processname,@{NAME='CreationDate';EXPRESSION={$_.ConvertToDateTime($_.CreationDate)}},ProcessId,CommandLine |sort CreationDate -desc | format-table -auto -wrapGet-ChildItem 'C:\' -recurse -include @("*.*") | Where-Object { $_.CreationTime -ge "03/01/2014" -and $_.CreationTime -le "04/14/2015" }wmic datafile where "drive='c:' and path like '%\\%' and lastmodified>'20140414233423.000000-240' and lastmodified<'20140420233445.000000-240'" get nameRemote
Timestamp Updates
Enable/Disable Last Access Update TIme
Registry Locations
Last updated