Tag Archives: Exchange

Installation of exchange server 2010 SP3 UpdateRollup Failed with event log 1023 Eventvwr

“Update Rollup 17 for Exchange Server 2010 Service Pack 3 (KB4011326) 14.3.352.0′ could not be installed. Error code 1603” :After searching the web I’ve found a way to run the setup with verbose log redirected to a file “Exchange2010-KB4011326-x64-en.msp /lxv*! … Continue reading

Posted in Exchange 2010 | Tagged , , , , , | Leave a comment

Exchange 2010: Get-MailboxDatabase -Status for Whitespace

In exchange 2010, event id 1221 does not exist anymore, and in order for us to find the whitespace, Microsoft has provided an appropriate command shell: Get-MailboxDatabase -Status |ft name,databasesize,availablenewmailboxspace -auto Idit Bnayawww.itblog.co.il

Posted in Exchange 2010 | Tagged , , , , | Leave a comment

Add New exchange 2010 certificate – from CA

On your Exchange Server, Open the Management Console then from Server Configuration, Click on “New Exchange Certificate” Enter A name for your Certificate, then click Next Leave the ” Enable Wildcard Certificate ” un-checked, then click Next Select the services … Continue reading

Posted in Exchange 2010 | Tagged , , , | Leave a comment

How to set all virtual directories at once With PowerShell

For internal URLs: $urlpath = Read-Host "Type internal Client Access FQDN starting with http:// or https://" Set-ClientAccessServer –Identity * –AutodiscoverServiceInternalUri “$urlpath/autodiscover/autodiscover.xml” Set-webservicesvirtualdirectory –Identity * –internalurl “$urlpath/ews/exchange.asmx” Set-oabvirtualdirectory –Identity * –internalurl “$urlpath/oab” Set-owavirtualdirectory –Identity * –internalurl “$urlpath/owa” Set-ecpvirtualdirectory –Identity * –internalurl … Continue reading

Posted in Exchange 2010, Exchange 2013, Microsoft Exchange, PowerShell | Tagged , , , | Leave a comment

Exchange 2003 – SMTP error 550 5.7.1 Unable to relay for user@domain.com

One of my customer got this error after adding a new SMTP domain to mailboxes. In his case he add the email address directly from the AD to some mailboxes and then got this error when trying to send them … Continue reading

Posted in Exchange 2003, Microsoft Exchange | Tagged , , , , | Leave a comment

Error when trying to add members to distribution group in Exchange 2010

“Changes to the distribution list membership cannot be saved. You do not have sufficient permission to perform this operation on this object.” In Exchange 2010  you need to enable the ability to manage distribution groups Logon to ECP –> under … Continue reading

Posted in Exchange 2010, Microsoft Exchange | Tagged , , , | Leave a comment

How to Send Email Using Telnet

How to Send Email Using Telnet: Open CMD 1. Type telnet server.com 25 (where “server.com” is the name of the smtp (outgoing) server of your email provide 2.Type HELO server.com 3.Type MAIL FROM:User@server.com. 4.Type RCPT TO:Whatever@server.com To write the message, … Continue reading

Posted in Exchange 2010, Microsoft Exchange | Tagged , , , | Leave a comment