Powershell console output

To redirect the script output, Invoke-VMScript encodes the powershell.exe -Command command and passes it to another PowerShell process. To modify your PowerShell script, Invoke-VMScript escapes the special characters that the script contains in a particular order. ................
................