A list of those random things you find really useful when fixing IT issues. It takes ages to track them down again later, and you KNOW you'll come across the issue again. So here they are for me...and YOU...to refer back to any time.
Showing posts with label exchange. Show all posts
Showing posts with label exchange. Show all posts
04 April 2014
25 March 2014
Mailbox Delegation in Office 365 for Small Business
The Small Business plans do not
explicitly provide access to the EAC. But you can do this by appending
the correct EAC URL in your browser:
Info on how to set delegated
mailbox access is here:
For ongoing support please
contact the Microsoft Support team per:
Labels:
delegation,
exchange,
mailbox,
Office 365,
permissions
22 January 2014
OWA 2010 Website Is Blank
After you install update rollups on Exchange 2010 it is common to get a blank white OWA page when browsing to the OWA page.
the URL will show something like the following "https://mail.mydomain.com/owa/auth/logon.aspx?url=https://mail.mydomain.com/owa/&reason=0 ."
To fix this issue you must run the Exchange Management Shell and execute the updatecas.ps1 command from the "C:\Program Files\Microsoft\Exchange Server\V14\Bin" folder. This will fix your issue, it causes the owa install to complete correctly.
References:
Blantantly ripped off from this site
http://www.prestigecomputersolutions.com/knowledge-base/entry/exchange-2010-owa-blank-white-screen-fix.html
the URL will show something like the following "https://mail.mydomain.com/owa/auth/logon.aspx?url=https://mail.mydomain.com/owa/&reason=0 ."
To fix this issue you must run the Exchange Management Shell and execute the updatecas.ps1 command from the "C:\Program Files\Microsoft\Exchange Server\V14\Bin" folder. This will fix your issue, it causes the owa install to complete correctly.
References:
Blantantly ripped off from this site
http://www.prestigecomputersolutions.com/knowledge-base/entry/exchange-2010-owa-blank-white-screen-fix.html
11 June 2013
Unauthenticated Relay in Exchange
This is primarily for Exchange 2007, but should work in newer versions also.
http://www.commodore.ca/windows/exchange/exchange_2007_unauthenticated_relay.htm
References:
http://www.commodore.ca/windows/exchange/exchange_2007_unauthenticated_relay.htm
http://www.commodore.ca/windows/exchange/exchange_2007_unauthenticated_relay.htm
References:
http://www.commodore.ca/windows/exchange/exchange_2007_unauthenticated_relay.htm
Outlook Performance and Mailbox Size or Item Count
Mailbox size or item count can have a serious effect on the performance you see in Outlook. The following article gives some good insight into why, and what can be done about it.
http://blogs.technet.com/b/exchange/archive/2005/03/14/395229.aspx
References:
http://blogs.technet.com/b/exchange/archive/2005/03/14/395229.aspx
http://blogs.technet.com/b/exchange/archive/2005/03/14/395229.aspx
References:
http://blogs.technet.com/b/exchange/archive/2005/03/14/395229.aspx
26 April 2013
Exchange 2007 Transport Service Not Starting
I found the following error in the Application Event Log
Other fixes, some of which are NOT best practice so are used at your own discretion, are available here:
http://blogs.msdn.com/b/keithmg/archive/2009/01/06/exchange-topology-discovery-failed-error-0x80040a02-dsc-e-no-suitable-cdc.aspx
References:
http://blogs.msdn.com/b/keithmg/archive/2009/01/06/exchange-topology-discovery-failed-error-0x80040a02-dsc-e-no-suitable-cdc.aspx
Topology discovery failed, error 0x80040a02 (DSC_E_NO_SUITABLE_CDC)The fix was to reenable IPv6 on the server's NIC.
Other fixes, some of which are NOT best practice so are used at your own discretion, are available here:
http://blogs.msdn.com/b/keithmg/archive/2009/01/06/exchange-topology-discovery-failed-error-0x80040a02-dsc-e-no-suitable-cdc.aspx
References:
http://blogs.msdn.com/b/keithmg/archive/2009/01/06/exchange-topology-discovery-failed-error-0x80040a02-dsc-e-no-suitable-cdc.aspx
19 February 2013
Get Exchange Mailbox Stats
Get-MailboxStatistics
Get-MailboxStatistics | ft DisplayName,TotalItemSize,ItemCount
Get-MailboxStatistics | ft DisplayName,TotalItemSize,ItemCount
Get-MailboxStatistics | Sort-Object TotalItemSize –Descending | ft DisplayName,TotalItemSize,ItemCount
References:
http://www.msexchange.org/articles-tutorials/exchange-server-2007/management-administration/getting-mailbox-statistics-exchange-2007.html
References:
http://www.msexchange.org/articles-tutorials/exchange-server-2007/management-administration/getting-mailbox-statistics-exchange-2007.html
07 December 2012
Find A Specific Email Address in Exchange
Sometimes we want to know what mailbox is associated with a particular email address. Here is the easy way to find out.
Exchange 2003
For Exchange 2003, Neil Hobson writes a very good article on www.msexchange.org that makes the process very simple. You must be logged onto a PC or server that has both Active Directory tools and Exchange 2003 management tools installed. See the full article at http://www.msexchange.org/articles/finding-duplicate-smtp-addresses.html
One thing he doesn't specifically mention is that you can use wildcards, such as '*', in your search, which is handy when you don't know the exact address you're looking for.
Exchange 2007/2010
For newer versions of Exchange, simply open the Exchange Management Shell on your mail server and type the following command:
Exchange 2003
For Exchange 2003, Neil Hobson writes a very good article on www.msexchange.org that makes the process very simple. You must be logged onto a PC or server that has both Active Directory tools and Exchange 2003 management tools installed. See the full article at http://www.msexchange.org/articles/finding-duplicate-smtp-addresses.html
One thing he doesn't specifically mention is that you can use wildcards, such as '*', in your search, which is handy when you don't know the exact address you're looking for.
Exchange 2007/2010
For newer versions of Exchange, simply open the Exchange Management Shell on your mail server and type the following command:
get-recipient emailaddress@domain.com
References
http://www.msexchange.org/articles/finding-duplicate-smtp-addresses.html
References
http://www.msexchange.org/articles/finding-duplicate-smtp-addresses.html
13 November 2012
Notes on Recovering / Restoring Exchange
Here are a few key sites regarding recovery or restore of Microsoft Exchange:
Checking Database State or Integrity
http://community.spiceworks.com/how_to/show/2943-find-and-replay-missing-log-files-in-exchange
Database in Dirty State
http://blogs.technet.com/b/mspfe/archive/2012/09/06/why-exchange-databases-might-remain-dirty-after-eseutil-r-recovery.aspx
Backup Recovery Issues
http://social.technet.microsoft.com/Forums/en-US/exchangesvradminlegacy/thread/9af2afca-3e49-4fa6-ad06-5c6c50671a45
Checking Database State or Integrity
http://community.spiceworks.com/how_to/show/2943-find-and-replay-missing-log-files-in-exchange
Database in Dirty State
http://blogs.technet.com/b/mspfe/archive/2012/09/06/why-exchange-databases-might-remain-dirty-after-eseutil-r-recovery.aspx
Backup Recovery Issues
http://social.technet.microsoft.com/Forums/en-US/exchangesvradminlegacy/thread/9af2afca-3e49-4fa6-ad06-5c6c50671a45
09 May 2012
Add an Exchange Mailbox for an Existing Active Directory User
If you have a user in Active Directory that does not have an email address or Exchange Mailbox, you need to do the following to set them up.
These instructions are valid for Exchange 2007 or 2010. Ensure you are a member of the Exchange Recipient Administrators group within Active Directory. If you cannot set this up yourself, ask your network administrator to do this.
If you have a 64-bit version of Windows Vista or 7, you can have the Exchange Management Console (EMC) installed directly on your PC. How to do this is not covered in this post however. If you don't already have the EMC on your PC, to complete the following steps you will need to log onto one of your Exchange servers or another PC or server that has the EMC installed.
Once logged onto a PC or server that has the EMC installed:
These instructions are valid for Exchange 2007 or 2010. Ensure you are a member of the Exchange Recipient Administrators group within Active Directory. If you cannot set this up yourself, ask your network administrator to do this.
If you have a 64-bit version of Windows Vista or 7, you can have the Exchange Management Console (EMC) installed directly on your PC. How to do this is not covered in this post however. If you don't already have the EMC on your PC, to complete the following steps you will need to log onto one of your Exchange servers or another PC or server that has the EMC installed.
Once logged onto a PC or server that has the EMC installed:
- Go to Start | All Programs | Microsoft Exchange | Exchange Management Console
- Once that opens, navigate to Recipient Configuration | Mailbox
- Then on the right click New Mailbox
- Ensure User Mailbox is selected and click Next
- Select Existing User and click the Add button
- Find the new user, select them and click OK
- Click Next
- Tick Specify the mailbox… (for Exchange 2010) or Mailbox Database (for Exchange 2007) and click Browse
- Select the database (there may only be one if you have a small Exchange environment) and click OK
- Click Next
- At the final page, click New to proceed with the mailbox creation
Subscribe to:
Posts (Atom)