I was able to output to a file, no issue.
Try this in a COMMAND PROMPT:

Code:
FOR /F "tokens=1* delims=:" %i IN ('pnputil.exe -e') DO ECHO %i %j %k %l
Let's see what it outputs.