If you’ve used PowerShell for any length of time you have come across the Get-Date cmdlet PS> Get-Date 13 September 2011 20:47:50 The cmdlet returns a .NET System.DateTime object. The object has some methods we can use PS> Get-Date | Get-Member … Read the full text.