Error: Input redirection is not supported, exiting the process immediately

Im trying to use PDQ to push our custom module and keep getting the error "Input redirection is not supported, exiting the process immediately" . It looks like it installs with our Logo but does not assign the device to the account or grab the default policy. I specified the Custom Config ID and the assignment ID (or at least what I think is the assignment ID) but no luck.

This is what im using

start /wait MSIEXEC.EXE /i "Filepath" /qn CUSTOMCONFIGID=ourcustomID#
timeout /t 30 /nobreak
"C:\Program Files\TeamViewer\TeamViewer.exe" assignment --id AssignmentID#

Any ideas?

Answers

  • I just had this issue and for me I seperated it into three steps.

    First step is the MSI installer upload the MSI file and copied the CUSTOMCONFIGID into the parameters field after the /qn

    Second step is PowerShell and I put this on line 1 Start-Sleep -Seconds 30

    Third step is Command Prompt and put this on line 1 "C:\Program Files\TeamViewer\TeamViewer.exe" assignment --id AssignmentID#