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…

Export AD group members – nested / recursive using Quest input via text file

Hi Readers, https://github.com/VikasSukhija/Downloads/blob/master/extractgroupmembers.zip (download link) This is extension of below script & have been modified because of community user request.   Difference is that this one takes input via text file & can handle multiple group at ones.   Create a text file with group names, like I have created (in the same folder)  …