I need to use PowerShell to move files from one server to an FTP. This is done on a Friday, Saturday, Sunday after hours, so I need to automate this function (currently I must move the file manually) These files need to be encrypted one by one with a key (by Symantec) not a password. I am looking to create the script and have it run as a scheduled task each of the required nights. Any ideas would be helpful. While I can create PowerShell scripts, I am new to the PowerShell automation/encryption capabilities.
Asked
Active
Viewed 35 times
0
-
1This question is a bit broad for Stack Overflow. SO likes to have its questions focused on specific issues encountered *while* programming or while using utilities common in the development process. You should also provide a [mcve] of what you have tried (SO asks that you make an attempt on your own first), and provide any relevant error information you received. – Bender the Greatest Aug 18 '21 at 16:49