Hi
but i had copied your script code. :-/

now i get this error

ERROR : invalid method/function call: missing ')'!
Line : 906

 Code:
$rc = WriteLine(1, "CPU Modell              = " + @CPU + @CRLF)

but when i use it like this:
 Code:
$rc = WriteLine(1, "CPU Modell              = " + @CPU + @CRLF')'


Nothing change. Same error.