Traverse & Enumerate
forfiles /p "C:\path\to\directory" /s /c "cmd /c echo @path"Get-WmiObject Win32_Product -computername win7 -credential fred -filter "Name like '%Google%'"wmic fsdir where (name="C:\\\\Windows") get lastmodified, lastaccessed, creationdate, namereg query "HKLM\System\CurrentControlSet\Control\Session Manager\FileRenameOperations"Last updated