I had the same problem, I tried to run VMmark2PSbe.ps1 manually as someone in this thread suggested. Error was:
At C:\VMmark2\tools\VMmark2PSbe.ps1:1414 char:33
+ WriteOut "$Func : $VC : $Cluster:$tiles : $global:OutFile" "both"
+ ~~~~~~~~~
Variable reference is not valid. ':' was not followed by a valid variable name character. Consider using ${} to delimit the name.
+ CategoryInfo : ParserError: (:) [], ParseException
+ FullyQualifiedErrorId : InvalidVariableReferenceWithDrive
After modyfing line 1414 to:
WriteOut "$Func : $VC : $Cluster : $Tiles : $global:OutFile" "both"
problem was solved.
Sorry about starting discussion about this in different thread.
Kind regards,
Kamil