Outlook Automation- Move emails – Powershell

Hi Readers, Today, I am sharing another script in Outlook Automation Category. This is script is customized and is environment specific but can be referenced for doing outlook automatons. Requirement:- In a folder there are Messages received from Monitoring solution (open alert & Closed alert), each Message has unique element evenid. Script should go thru all the messages, grab them that have closed/…

Upload files to FTP server

Hi Readers, We got a requirement to upload files to ftp from an application server that will drop files to particular folder. So we have created a nice shell script to do this job & scheduled it via windows task manager. Script does the following: It will check if the source folders have files to…