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. […]

ADFS High Availability and Disaster Recovery Overlook

In this Article, We will see some of the basic concepts how to setup ADFS High Availability and Disaster Recovery What is ADFS?? Adfs is simplified authentication method which is claims based Authentication(CBD) to applications like Exchange online, cloud applications and so on. it will enable the organizations to avail the Single sign-on  beyond the organizational boundaries […]

Exchange 2016 Installation on Server 2012 R2

In this Article, I will walk you through the Exchange 2016 Installation on Windows Server 2012 R2. It is very exited to have a look of Exchange 2016 installation. Okay, Let’s Begin There would be three phases to install Exchange 2016, Post the installation we will be having all the post installation checks for checking […]

Windows Exchange 2016 Technical Preview

Microsoft announced it’s Next version of Exchange Onprem version Exchange 2016 and the Most awaited Technical Preview is  available now. Please have a look in the article for more details. I will post here once tested. #Exchange #Exchange2016

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. […]

Not able to Move Mailbox

Not able to Move mailbox from one database, when seeing that mailbox Status, It shows that Mailbox already has Move request when trying to Get-MoveRequest -identity <MailboxID> To resolve the issue, open the Attribute editor of the mailbox in AD and Clear the msExchMailboxMoveBatchName Now you can able to move the Mailbox without any issues. […]

ADFS3.0 Installation and Configuration with SQL Mirroring

ADFS is the one of the great feature and will cover how it is working in upcoming articles. Will see the installation and configuration in this article. Okay., lets begin, How to install ADFS with built-in Databases and configure has been explained in the article. Here we will see how to configure how to add […]

The Resource you are trying to access is not available error in Server 2016

Below is the error when you trying to open IdpinitiatedSignon page, You will get the error that the Resource you are trying to access is not available. In Event Viewer, In Adfs-properties, you can see that EnableIdPInitiatedSignonpage is disabled. Hence that you’re not able to login To Resolve the issue, Run the below PowerShell command, […]