Skip to content

Instantly share code, notes, and snippets.

@bswinnerton
Created November 29, 2012 17:01
Show Gist options
  • Save bswinnerton/4170399 to your computer and use it in GitHub Desktop.
Save bswinnerton/4170399 to your computer and use it in GitHub Desktop.
Output File Times in Windows
Get-ChildItem -recurse | Select-Object Mode, FullName, CreationTime, LastWriteTime, LastAccessTime > \\bobst.lib\Data\Personal\Users\bs122\Desktop\output.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment