Skip to content

Instantly share code, notes, and snippets.

@karpatic
Created March 17, 2024 02:17
Show Gist options
  • Save karpatic/8491d15af41d44dd7ba41b7162a8cef0 to your computer and use it in GitHub Desktop.
Save karpatic/8491d15af41d44dd7ba41b7162a8cef0 to your computer and use it in GitHub Desktop.
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