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)  …

Exchange 2007 Database White Space Report

Hi Readers, I am sharing a script that we used in our environment for extracting white space information in exchange databases.This script has been modified so that it can be used in any exchange 2007 environment. Just extract the attached zip, change the email-ids and smtp server name at the end of the script (white_space_report.ps1)…

Exchange Active-sync – User mails going to Junk folder

Hi Readers, We faced a unique issue where user’s  email was  moving to Junk folder. It was noticed that this junk folder is not the default Junk folder but a new Junk folder got created. We had troubleshooted the issue in different directions but finally we came to the conclusion that it is due to active…

How to apply Patches/ Service packs to Exchange 2010 DAG Servers

Hi Readers, Today I am sharing the process that we use for applying patches/ service pack to Exchange 2010 DAG servers. Check Database Health & Status Run DAG Health Script                http://exchangeserverpro.com/get-daghealth-ps1-database-availability-group-health-check-script/ Please check that all tests are passed. Check on which servers databases are mounted. Move active mailbox…