When opening Exchange PowerShell(EMS), It is thrown an error The connection to the specified remote host was refused Error. If any proxy is configured in the Exchange Server may cause for the issue. So run the below commands to get the proxy information and remove the proxy. To See the Proxy: Netsh Winhttp Show Proxy To remove […]
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. […]
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 […]
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 […]
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
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 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. […]
Follow the below steps to reconnect the mailbox in Exchange Online(Office 365), #exchangeOnline #Mailbox #Office365
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 […]
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, […]