I received the following error when running a PAL analysis of an Exchange 2010 .blg
An error occurred on...
Invoke-Expression -Command $sCode
At C:\Utils\PAL_Flatfiles_v2.7.5_x64\PAL.ps1:4337 char:9 + Invoke-Expression -Command $sCode + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
At line:9 char:113 + ... LL"] -Operator 'gt -Threshold 1 + ~~~~~~~~~~~~~~~~ The string is missing the terminator: '.
Looks like the script is missing a closing single quote.
An error occurred on...
Invoke-Expression -Command $sCode
At C:\Utils\PAL_Flatfiles_v2.7.5_x64\PAL.ps1:4337 char:9 + Invoke-Expression -Command $sCode + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
At line:9 char:113 + ... LL"] -Operator 'gt -Threshold 1 + ~~~~~~~~~~~~~~~~ The string is missing the terminator: '.
Looks like the script is missing a closing single quote.