Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rohansen/59b34615b3854afa6f01ed15a4908d94 to your computer and use it in GitHub Desktop.
Save rohansen/59b34615b3854afa6f01ed15a4908d94 to your computer and use it in GitHub Desktop.
Get-ChildItem c:\folder here * -recurse | ForEach-Object{$_.LastWriteTime = Get-Date}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment