Created
September 23, 2017 10:04
-
-
Save craigtp/6181002c5d87988ecbffb062f2b283e4 to your computer and use it in GitHub Desktop.
Windows Touch - Update Last Write / Modified Date of files recursively.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gci -recu -inc "*.*" | % { $_.LastWriteTime = Get-Date } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment