Skip to content

Instantly share code, notes, and snippets.

@jcefoli
Created May 10, 2023 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcefoli/cc38d0a0f9c58da73aff509a46db3fcc to your computer and use it in GitHub Desktop.
Save jcefoli/cc38d0a0f9c58da73aff509a46db3fcc to your computer and use it in GitHub Desktop.
File DateTimeStamp Output
$outputFileName = "C:\Temp\File_{0:yyyyMMdd}_{0:HHmmss}.csv" -f (Get-Date)
#C:/Temp/File_20230510_115723.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment