Exchange Times

  • About
  • Qualifications
  • Certificates
  • Links
  • Other Blogs Worth Reading
  • About
  • Qualifications
  • Certificates
  • Links
  • Other Blogs Worth Reading

No Widgets found in the Sidebar Alt!

  • Exchange 2007,  Exchange 2010,  Exchange 2013,  Exchange Management Shell,  Microsoft Exchange

    Removing mail with the same subject from the Exchange Queues

    January 10, 2017 /

    Sometimes you need to remove thousands of e-mails in your Hub Transport server queues. We see this every now and then with mail storms from an application that went off the rails or maybe with 2 mailboxes sending each other auto replies causing a mail loop. There’s a few ways to stop the mail storm before removing the mail items in your Exchange queues but that is not the scope for this article. If you are ever in the situation of thousands of mails queued on all your Hub Transport servers then the below cmdlet should help you to quickly remove those mails from the queue. (Obviously do this with…

    read more
    Exchange Times .Net 0 Comments
  • Active Directory,  Exchange 2010,  Exchange Online,  O365

    Error: MigrationRecipientNotFoundException: A recipient was not found for “mailboxName”

    November 14, 2016 /

    If you received the error “Error: MigrationRecipientNotFoundException: A recipient was not found for “mailboxName”” when migrating a mailbox to Exchange Online (Office 365) then check for the below AD attributes. The error from the Exchange Admin Portal on Office 365: Open the on premises Exchange Management Console and search for the user. You should see the mailbox shows it’s a Linked Mailbox instead of a Remote Mailbox as expected: To rectify this, open AD Attribute Editor and browse to the msExchRecipientTypeDetails attribute. You should see the below: Change the Value of 2 to 1 for msExchRecipientTypeDetails as you need the mailbox to show as a user mailbox on premises before…

    read more
    Exchange Times .Net 0 Comments
  • Exchange 2007,  Exchange 2010,  Exchange Management Shell,  Microsoft Exchange

    Unable to access or move a mailbox receiving error the mailbox is disabled when it’s not

    November 14, 2016 /

    If you ever try to move a mailbox and you receive an error that the mailbox is disabled but you have checked and the mailbox is not disabled then try the following: (other errors we received was trying to access the mailbox using Outlook Web App and stating it’s disabled or from Outlook stating you need to connect to Exchange) Verify that the mailbox is indeed not disabled. If not proceed to the next steps Open Exchange Management Shell and run: Set-CASMailbox -Identity mailboxSMTPAddress@domain.com -MAPIEnabled $False Wait for replication Run: Get-CASMailbox mailboxSMTPAddress@domain.com (check that it shows MAPI Enabled is false) If MAPI Enabled is false run: Set-CASMailbox -Identity mailboxSMTPAddress@domain.com -MAPIEnabled $True Wait for…

    read more
    Exchange Times .Net 0 Comments
  • Active Directory,  Exchange 2010,  Exchange Management Shell,  Microsoft Exchange

    VB.Net application unable to connect to some Exchange 2010 mailboxes

    November 14, 2016 /

    We had an interesting issue last week where a Visual Basic .Net application could connect to some mailboxes but could not connect to other mailboxes on Exchange 2010. The application uses MAPI to connect to the mailboxes. We were however able to access the affected mailboxes using Outlook and with the MFCMAPI tool from the application server. We moved the affected mailboxes to other servers and databases but the application could still not connect to the affected mailboxes. We then added our CAS Array name and IP in the application server’s host file and checked the Exchange RCA logs. We could not see any connections from the application server to…

    read more
    Exchange Times .Net 0 Comments
  • IMAP,  Microsoft Exchange

    Logging in to a shared mailbox using IMAP on Exchange 2010 using Outlook or a 3rd party application

    October 21, 2016 /

    I keep forgetting the correct way in which the username needs to be used when using IMAP to logon with your account to a shared mailbox. To logon to a shared mailbox you need to provide the domain first then / and then the account you want to authenticate with and another / then the shared mailbox you are trying to access. Below is an example. domain/accountThatNeedsToauthenticate/AliasOfTheSharedMailboxYouAreTryingToAccess

    read more
    Exchange Times .Net 0 Comments
  • Active Directory,  Exchange 2007,  Exchange 2010,  Exchange Management Shell,  Exchange Online,  Exchange Tools,  Microsoft Exchange,  Office 365

    Error due to mismatch of GUID: Recipient “NameOfRecipient” has mismatched Archive GUID

    September 13, 2016 /

    You receive the error “Recipient “NameOfRecipient” has mismatched Archive GUID” when you try and off board a mailbox from Exchange Online to on premises Exchange. Follow the below steps o resolve the issue and migrate the mailbox back to the on premises Exchange environment: Logon to Exchange Online using Powershell. Run: get-mailbox user | fl *archiveguid* Make a note of the GUID Open Exchange Management Shell on premises Run: Get-RemoteMailbox User | fl *archiveguid* You should see that the GUID on prem is different to the GUID from Exchange Online To resolve, in Exchange Management Shell on prem run: Set-RemoteMailbox User -ArchiveGuid “GUID you got from Exchange Online” The above should work without…

    read more
    Exchange Times .Net 0 Comments
  • Exchange 2003,  Exchange 2007,  Exchange 2010,  Microsoft Exchange

    There is currently no route to the distribution group expansion server

    September 7, 2016 /

    You see the error “There is currently no route to the distribution group expansion server” in a stuck message from your Exchange Hub Transport server submission queue. To resolve this: Make note of the distribution group in the recipient information tab. Search for the Distribution Group in Exchange Management Console Right click on the group and choose properties Go to the Advanced tab Untick the box next to “Set expansion server” You might have to restart the Hub Transport or SMTP service depending on your Exchange version. We found this happened because the Expansion server was removed from the environment and not accessible. Another cause could also be the deletion…

    read more
    Exchange Times .Net 0 Comments
  • Active Directory,  Exchange Tools,  Microsoft Exchange

    Find a duplicate e-mail address in Active Directory

    September 7, 2016 /

    We recently started seeing a lot of mails stuck in the submission queues and found that there were a few duplicate e-mail addresses in the environment. Most of the time we could not find the duplicate addresses in Exchange and had to search for the duplicates in Active Directory as some addresses were bound to AD objects. To search for a duplicate address do the following: Open Active Directory Users and Computers Right click on your domain name and click on find Next to find choose custom search (see below screen shot) Then click on the Advanced tab (see below screen shot) Under “Enter LDAP query:” type the next search…

    read more
    Exchange Times .Net 0 Comments
  • Active Directory,  Exchange 2007,  Exchange 2010,  Microsoft Exchange

    Unable to see remote mailbox on the on premises Exchange servers but can see it in Exchange Online

    August 12, 2016 /

    We’ve had a few instances where a user could not receive mail into their Exchange Online mailbox. Upon investigation we noted the onmicrosoft.com address is the primary SMTP address for the user and that the remote mailbox object is not available in Exchange on premises. To resolve this do the following: Open Active Directory Users and Computers (dsa,msc from start -> run) Click on View -> Advanced Features Do a search for the user who has the issue as per above Right click on the user and choose properties Click on Object and make a note of the path Close the search you made. Now navigate in Active Directory Users…

    read more
    Exchange Times .Net 0 Comments
  • Office 365

    Newly migrated mailbox to Office 365 does not receive new e-mail

    March 9, 2016 /

    We had an interesting issue where  user’s mailbox was migrated to Office 365 but he could not see any new mail in the mailbox. Even sending himself mail did not show the new e-mail items. We sent a few test mails and tracked the mail from on premises Exchange to Office 365 which showed that the mail delivered to the cloud. We then traced the mail items from within the Office 365 admin portal and confirmed that the mails delivered to the mailbox but we could still not see the items. Thinking that it might be desktop related we asked the user to logon to Outlook Web App and we…

    read more
    Exchange Times .Net 0 Comments
 Older Posts
Newer Posts 

Twitter Feed

Tweets by @tiensvanzyl

Categories

  • Active Directory
  • ADAM
  • ADAM Sync
  • Android
  • Arduino
  • Audacity
  • Audio and Video
  • Autodiscover
  • Browsers
  • CCR
  • CentOS
  • Certificates
  • Clusters
  • CSVDE
  • Eclipse IDE with Android SDK
  • Electronics
  • Elementary OS
  • Exchange 2003
  • Exchange 2007
  • Exchange 2010
  • Exchange 2013
  • Exchange Management Shell
  • Exchange Online
  • Exchange Online
  • Exchange Tools
  • Firewalls
  • Gaming
  • Great Little Radio Player
  • Hardware
  • Home Assistant
  • Home Automation
  • IMAP
  • Internet Explorer
  • ISA Server
  • Java
  • Kdenlive
  • Linux
  • Linux Mint
  • Logitech
  • Lync/Skype for Business
  • Manjaro
  • Microsoft Exchange
  • Mono Develop
  • NetBeans
  • Networking
  • News
  • O365
  • Office 365
  • Open Source Software
  • OPNSense
  • Outlook
  • Outlook 2003
  • Outlook 2007
  • Outlook 2010
  • Outlook 2013
  • OWA
  • Python
  • Raspberry Pi
  • Scams
  • Security
  • Smart Phones
  • Software Development
  • SQL Server
  • SQL Server 2005
  • Telnet
  • TrueNas
  • Ubuntu
  • Ubuntu Gnome 15.04
  • Uncategorized
  • Virtual Box
  • Visual Studio
  • VLC Media Player
  • VMWare Player
  • VMWare Workstation
  • Websites
  • Windows
  • Windows 7
  • Windows 8
  • Windows 8.1
  • Windows Server 2003
  • Windows Server 2012
  • Zentyal

Recent Posts

  • How to Flash Sonoff Zigbee USB (ZBDongle-P)
  • Install VMWare tools in VMWare Player – Linux (Ubuntu / POP_OS)
  • Unable to negotiate with IP_Address port 22: no matching host key type found. Their offer: ssh-rsa
  • Unable to install all modules. See log /temp/vmware-
  • enable promiscuous mode on adapter error in VMWare Workstation

Recent Comments

  • Sean on Resolve OPNSense stuck at booting
  • Jordan Rueden on How to change a pool name in TrueNas
  • Phil on The Active Directory schema isn’t up-to-date, and this user account isn’t a member of the ‘Schema Admins’ and/or ‘Enterprise Admins’ groups.
  • Rick on Kernel driver not installed (rc=-1908) and modprobe vboxdrv
  • Michael Khordi - Moodi on The Active Directory schema isn’t up-to-date, and this user account isn’t a member of the ‘Schema Admins’ and/or ‘Enterprise Admins’ groups.

Archives

  • July 2025
  • February 2025
  • August 2024
  • October 2023
  • June 2023
  • February 2023
  • September 2022
  • June 2022
  • May 2022
  • January 2022
  • December 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • January 2021
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • April 2020
  • August 2019
  • July 2019
  • April 2019
  • July 2018
  • January 2018
  • November 2017
  • March 2017
  • February 2017
  • January 2017
  • November 2016
  • October 2016
  • September 2016
  • August 2016
  • March 2016
  • February 2016
  • December 2015
  • November 2015
  • October 2015
  • August 2015
  • July 2015
  • May 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • December 2014
  • November 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • May 2014
  • April 2014
  • February 2014
  • December 2013
  • October 2013
  • September 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • March 2013
  • June 2012
  • May 2012
  • April 2012
  • March 2012
  • December 2011
  • November 2011
  • October 2011
  • September 2011
  • August 2011
  • May 2011
  • April 2011
  • January 2011
  • December 2010

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Ashe Theme by WP Royal.