PowerShell Get-Date formatting

I sometimes use PowerShell to create files or logs that include the date or time. My preference is to write dates and times from greatest to smallest value. I also prefer to use the hyphen as a delimiter because it is filename friendly. Here are the three most frequently used Get-Date -Format specifiers that I …