Category Archives: Microsoft Exchange

Export Exchange legacy DN For contacts to a csv file with Csvde

Export Exchange legacy DN For contacts to a csv file  with Csvde Open CMD: Run: Csvde -d  “OU=MyContacts,DC=Idit,DC=local” -r “(objectClass=contact)” -f c:\Idit-Contacts.csv Idit Bnayawww.itblog.co.il

Posted in Exchange 2010, Microsoft Exchange | Leave a comment

Exchange 2010 on Windows 2008 R2 – Features requirements

Exchange 2010 on Windows 2008 R2 – Features requirements 1) Open powershell 2) Import-Module ServerManager 3) Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy -Restart   Idit Bnayawww.itblog.co.il

Posted in Exchange 2010, Microsoft Exchange | Leave a comment

How to change the default language for NDR’s in Exchange 2010

How to change the default language for NDR’s in Exchange 2010: Get-transportconfig | set-transportconfig -ExternalDsnLanguageDetectionEnabled $false -ExternalDsnDefaultLanguage en-us -InternalDsnLanguageDetectionEnabled $false -InternalDsnDefaultLanguage en-us     Idit Bnayawww.itblog.co.il

Posted in Exchange 2010, Microsoft Exchange | Leave a comment