How does Autodiscover Service works in Exchange

In this Article, We will cover how does Autodiscover works in Exchange to configure outlook profile for users without manual intermission of the user or administrator. Let’s Begin!! What is Autodiscover? Autodiscover is the one of the exchange feature which is introduced with exchange Server 2007. It helps users to configure the user’s Mailbox automatically. […]

Microsoft.Mapi.MapiExceptionMailboxQuarantined while Logon into the Mailbox

While user trying to logon to his mailbox, user got an error that “Exception Exception type: Microsoft.Exchange.Data.Storage.StorageTransientException“ When I tried to move the mailbox to another data base The issue here is, Exception type: Microsoft.Mapi.MapiExceptionMailboxQuarantined To resolve the issue, Run get-mailbox -identity <Mailbox> |fl take the below details from the above command, a. Database b. […]

Exchange Migration 2010 to Exchange 2013-Part 2: Active Directory

In this multi part article, We are going to cover AD Installation. Please click Add Roles on Server Manager In Add roles wizard before begin confirm the Administrative, Password and Network Settings and click Next Then, Need to configure the Active Directory Domain Services and click on Add Required Features Select the Server Roles of […]

Exchange Migration 2010 to Exchange 2013-Part 3:Exchange 2010 Installation

In this article we are going cover Microsoft Exchange 2010 SP3 server installation and Creating mail boxes. Before installing Exchange 2010 please check the prerequisites for Exchange server 2010 on Windows Server 2008 R2. Please open the windows power shell with administrator privilege and run the below commands Add-Windows Feature 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 Please see the […]

Exchange Migration

Exchange Migration 2010 to Exchange 2013-Part 4:Exchange 2013 Installation

In this Multipart, We are going to explain about the migration of Exchange 2010 to 2013. Open Powershell and type the command of Get-OfflineAddressBook Get-MailboxDatabase | Format-Table Name, Server, OfflineAddressBook -Auto Enter another command as Set-MailboxDatabase “Ex2007\Sales Employees” -OfflineAddressBook “Default Offline Address Book” Type command as Get-MailboxDatabase | Format-Table Name, Server, OfflineAddressBook -Auto Type command […]

Blue Dump Error in Exchange 2010

In this Article, I am going to explain how to resolve the blue dump error in Exchange 2010. Problem Reported: When rebooting the Server, Getting Blue Dump Error Resolution: As per the error message, The error code is 0X00000074. Please follow the below steps to resolve the issue without restoring the OS. Collected the Crash […]

How to Disable Unified Messaging for Bulk Mailboxes Using Powershell

In this article, I am explaining how to disable the Unified Messaging for Bulk Mailboxes using Powershell Disabling the Unified Messaging for the single user is using GUI mode of the Exchange Management Console is easy by right-clicking the Mailbox and disable unified messaging is option. Doing the Manual Work using EMC for bulk users is a […]