running ps script that uses winscp.dll asembly
I am trying to automate an sftp connection using ps script. When i run the ps script under my user - it runs ok, when i run under service user the script fails at session.open command.
In the script i have specified the username and password for user to connect to sftp, but i thing when the script runs under service user configuration is looking in user profile for .rnd file.
How could i run the script using a user that does not have this file?
In the script i have specified the username and password for user to connect to sftp, but i thing when the script runs under service user configuration is looking in user profile for .rnd file.
How could i run the script using a user that does not have this file?