Skip to content

Instantly share code, notes, and snippets.

@jorgedison
Created June 23, 2020 03:50
Show Gist options
  • Save jorgedison/cb1ee31585f754bb7cfd517fff62ffcd to your computer and use it in GitHub Desktop.
Save jorgedison/cb1ee31585f754bb7cfd517fff62ffcd to your computer and use it in GitHub Desktop.
$(Get-Item .\file.txt).creationtime=$(Get-Date "mm/dd/yyyy hh:mm am/pm")
$(Get-Item .\file.txt).lastwritetime=$(Get-Date "mm/dd/yyyy hh:mm am/pm")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment