I'm trying to run PAL against some Exchange 2007 blg files, but after 2 tries in different blg from different source servers, same error:
```
[Started] Processor Utilization Analysis
Generating Charts.WARNING: [GeneratePalChart] No data to chart.
Done
Processing Thresholds.WARNING: Please post errors or problems with this tool to the PAL web site located at http
://www.codeplex.com/PAL with
the following error message and a brief description of what you were trying to do. Thank you.
Invoke-Expression : At line:1 char:3
+ If AvgProcessor > 75 Then
+ ~
Missing '(' after 'If' in if statement.
At line:5 char:6
+ If MaxProcessor > 75 Then
+ ~
Missing '(' after 'If' in if statement.
At C:\Program Files\PAL\PAL\PAL.ps1:3392 char:5
+ Invoke-Expression -Command $sCode
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ParserError: (:) [Invoke-Expression], ParseException
+ FullyQualifiedErrorId : MissingOpenParenthesisInIfStatement,Microsoft.PowerShell.Commands.InvokeExpressionComman
d
```

Comments: ** Comment from web user: ClintH **
```
[Started] Processor Utilization Analysis
Generating Charts.WARNING: [GeneratePalChart] No data to chart.
Done
Processing Thresholds.WARNING: Please post errors or problems with this tool to the PAL web site located at http
://www.codeplex.com/PAL with
the following error message and a brief description of what you were trying to do. Thank you.
Invoke-Expression : At line:1 char:3
+ If AvgProcessor > 75 Then
+ ~
Missing '(' after 'If' in if statement.
At line:5 char:6
+ If MaxProcessor > 75 Then
+ ~
Missing '(' after 'If' in if statement.
At C:\Program Files\PAL\PAL\PAL.ps1:3392 char:5
+ Invoke-Expression -Command $sCode
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ParserError: (:) [Invoke-Expression], ParseException
+ FullyQualifiedErrorId : MissingOpenParenthesisInIfStatement,Microsoft.PowerShell.Commands.InvokeExpressionComman
d
```

Comments: ** Comment from web user: ClintH **
I am publishing a new version of PAL today - 2.7 beta - complete rewrite. Would you mind trying it out?