I have a powershell script which connects to database using ODBC connection string and produces a excel output. This excel output is then emailed to desired recipients by the script.The script when runs from powershell directly works as expected.Howe...