Created
May 10, 2023 15:58
-
-
Save jcefoli/cc38d0a0f9c58da73aff509a46db3fcc to your computer and use it in GitHub Desktop.
File DateTimeStamp Output
This file contains hidden or 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
$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