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…

Exchange GAL error Analysis – Eventid 9325

Hi Readers, If you want to troubleshoot:- Why some users are not available in Offilne address book & also have issues with Default Global address List in exchange then this post might interests you. First of all go to exchange management console & enable the diagnostics logging of Offline address book generator server to medium.…

Exchange ActiveSync – Report

Hi All, This script I have used to extract activesync details from exchange 2007 server. below are the details:- Userid DeviceType DeviceID DeviceUserAgent FirstSyncTime LastSuccessSync Identity DeviceModel DeviceFriendlyName DeviceOS Extract the zip file & run the batch file. http://gallery.technet.microsoft.com/scriptcenter/Exchange-ActiveSync-Report-92279541 here is the report: PowerShell #############################################################################  #       Author: Vikas Sukhija  #       Date: 07/31/2013  #       Description: Extract the Active Sync stats  #############################################################################  # Add Exchange Shell…  If ((Get-PSSnapin | where {$_.Name -match “Exchange.Management”}) -eq $null)  {      Add-PSSnapin Microsoft.Exchange.Management.PowerShell.Admin  }  #format Date …