Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Thanks @Michael_Maher !
If anyone else also is using PowerShell with a different Culture/language:
Delete the $date variable and add these two lines:
$culture = [CultureInfo]'en-us'
$date = (Get-Date).ToUniversalTime().ToString("ddd, dd MMM y...