Powershell script running
Hi, what I need to do is to be able to run a powershell script from a sql task. This script contains secrets that were saved with a specific user account, this is necessary since the script makes connections to the Internet and must be authenticated. From a Windows scheduled task I managed to get it to work but not from a SQL task. Is there something that needs to be taken into account for this to work??
Thank you very much!
Hi, what I need to do is to be able to run a powershell script from a sql task. This script contains secrets that were saved with a specific user account, this is necessary since the script makes connections to the Internet and must be authenticated. From a Windows scheduled task I managed to get it to work but not from a SQL task. Is there something that needs to be taken into account for this to work??Thank you very much! Read More