Created
March 17, 2024 02:17
-
-
Save karpatic/8491d15af41d44dd7ba41b7162a8cef0 to your computer and use it in GitHub Desktop.
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
Get-ChildItem "C:\MyFolder" -File -Recurse | ForEach-Object { $_.CreationTime = Get-Date "03/15/2024 12:00:00" } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment