[tools] exec failed: 0.394174
[tools] exec failed: At line:1 char:151
+ ... 0' -UseBasicParsing; = (Get-Date) - ; Write-Host ('Time: ' + .TotalS ...
+ ~
You must provide a value expression following the '+' operator.
At line:1 char:152
+ ... rsing; = (Get-Date) - ; Write-Host ('Time: ' + .TotalSeconds + 's, S ...
+
Unexpected token '.TotalSeconds' in expression or statement.
At line:1 char:151
+ ... 0' -UseBasicParsing; = (Get-Date) - ; Write-Host ('Time: ' + .TotalS ...
+ ~
Missing closing ')' in expression.
At line:1 char:205
+ ... me: ' + .TotalSeconds + 's, Speed: ' + [math]::Round(25 * 8 / .TotalS ...
+ ~
You must provide a value expression following the '/' operator.
At line:1 char:206
+ ... Seconds + 's, Speed: ' + [math]::Round(25 * 8 / .TotalSeconds, 1) + ' ...
+
Unexpected token '.TotalSeconds' in expression or statement.
At line:1 char:205
+ ... me: ' + .TotalSeconds + 's, Speed: ' + [math]::Round(25 * 8 / .TotalS ...
+ ~
Missing closing ')' in expression.
At line:1 char:222
+ ... nds + 's, Speed: ' + [math]::Round(25 * 8 / .TotalSeconds, 1) + ' Mbp ...
+ ~
Unexpected token ')' in expression or statement.
At line:1 char:233
+ ... + 's, Speed: ' + [math]::Round(25 * 8 / .TotalSeconds, 1) + ' Mbps')
+ ~
Unexpected token ')' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : ExpectedValueExpression
Command exited with code 1
