On the surface Get-Date is a simple cmdlet that’s been around since PowerShell v1. However, it has some interesting quirks. In this post I’ll show how Get-Date –DisplayHint works.
By default Get-Date returns the data and time
PS> Get-Date
13 September… Read the full text.