Does your PowerShell logging work? (
If they do, show us that log too. But first, make sure you add exception handling to your script and log the exceptions too. See also the official PowerShell example (the
https://winscp.net/eng/docs/library_powershell#example
LogWrite calls)
If they do, show us that log too. But first, make sure you add exception handling to your script and log the exceptions too. See also the official PowerShell example (the
try...catch block):
https://winscp.net/eng/docs/library_powershell#example