Upgrade Distribution Group to Exchange 2010 Version

Hi Readers, We have found that there are many DL’s in our organization that are still on old versions. How to find DL versions:- Log on to exchange 2010 management shell: $collect = Get-DistributionGroup -ResultSize unlimited | select Name,samaccountname,exchangeversion $collect | export-csv c:\exportDl.csv Now you have two options to upgrade 1. upgrade all Lists at ones…

Users Missing from Exchange GAL

Hi All, There has been situations where users are missing from Global Address List. I myself  have faced this a few times now. In our environment it only happened when user was rehired.(re-enabled) –>(this happened rarely but when we researched a bit ,finding was –> user was re-enabled) So thought of sharing the solution which…

Exchange Active sync Message Size Limit

Hi Readers, Sharing a small issue that has occurred in our environment as no admin have thought about it previously. Message size limits that are set for our environment is 25 MB but some of the sales users  Complained that they are not able to attach document to message that is more then 10 MB…