When click (on UK server)
Tools - [any]
Logs - Clear Log File
get:
Get-Date : Cannot bind parameter 'Date'. Cannot convert value "F" to type "System.DateTime".
Error: "The string was not recognized as a valid DateTime. There is an unknown word starting at index 0."
At C:\Corefig\COREFIG.PS1:961 char:47
+ $CoreStrings.LogCommandExecuted -f (Get-Date F -G), $Temp | Out-File -FilePath ...
+ ~
+ CategoryInfo : InvalidArgument: (:) [Get-Date], ParameterBindingException
+ FullyQualifiedErrorId : CannotConvertArgumentNoMessage,Microsoft.PowerShell.Commands.GetDateCommand