When I try and run this command I keep getting "Missing ')' in method call."
What am I misssing?
powershell -Command "&
{
if ((Get-Date -displayHint Time (GetDate)
.AddMinutes(-15)
.ToUniversalTime() -format HH:mm:ss)
-lt ([datetime]::ParseExact('13:38:43', "HH:mm:ss", $null)))
{ return 0 }
else { return 1}'}"
else { return 1}'}"