Exchange 2010 to 2016 Public Folder Migration error

Exchange 2010 to 2016 Public Folder Migration error

When you migrate Exchange Server 2010 Public folders to Exchange Server 2016, you may come across the following error on the public folder mailbox sync. This error can be found on the report of the sync report. [EXCH2016] Public folder “/Public Folder/Sub Folder” could not be mail-enabled. The error is as follows: “No mail public […]

Read More

Exchange Server 2010 to 2016 Public Folders Migration, Too Many Large items error

When you migrate Exchange Server 2010 Public Folders to Exchange 2016 you may come across large items error and if you download the mailbox report on the details page you would see the error as mentioned below Fatal error TooManyLargeItemsPermanentException has occurred. In this case, your open Exchange Management Shell and run the following command […]

Read More

Exchange Server 2019 Upgrade error 5506

Today I was trying to upgrade Exchange Server 2019 RTM to cumulative update CU 5 stopped with an error. The upgrade went up to Step 10 and errored out with the following error message. Error: The following error was generated when “$error.Clear(); Install-ExchangeCertificate -services IIS -DomainController $RoleDomainController if ($RoleIsDatacenter -ne $true -And $RoleIsPartnerHosted -ne $true) […]

Read More

Pythagorean Theorem Professional Calculator -Python

In this article, we have built a calculator that finds the length of any side of a right triangle (By Using Pythagorean Theorem) with the Python code. Please install python 3.8 from the link given below to run this code.https://www.python.org/downloads/ I prefer you to use atom text editor to type your code or to save the given code:https://atom.io/ You […]

Read More

How to Quickly Setup Azure Point to Site (P2S) VPN

Preface The Azure Point to Site VPN Setup, also called Azure P2S VPN Setup, is most widely used where the number of clients connecting to Azure Virtual Network is less. The Point to Site VPN allows you to connect to the Azure Virtual network using a secure connection over the internet. The client computers running […]

Read More

How to Setup VPN using PPTP on Windows Server 2019

Preface We already posted an article to set up a VPN on Windows Server 2019 using Secure Socket Tunneling Protocol (SSTP) using a third-party certificate. This one, we are going to discuss ‘How to Setup VPN using PPTP’ based article . The Point to Point Tunneling Protocol using the Generic Routing Encapsulation feature along with […]

Read More

Quadratic Equation Code in Python

Introduction: In this article, I am going to explain how to find the solutions for the quadratic equation with the Python code. Please install python 3.8 from the link given below to run this code. https://www.python.org/downloads/ I prefer you to use atom text editor to type your code or to save the given code: https://atom.io/ […]

Read More

Exchange Server Cumulative Update upgrade error

Exchange Server Cumulative Update upgrade error on stopping Windows Management Instrumentation service. The following error shows on stopping this service. Resolution Go to Task Manager and in the Services tab find Windows Management Instrumentation Service and find the Process ID (PID) of this service process. Note down the process ID and come to details on […]

Read More

Exchange Server Installation Error

Exchange Server Installation Error while running ‘ldifde.exe’ to import the schema file I received following error on Exchange 2016 setup right after the readiness check of the installation complete. There error turn outs to be a Domain controller was offline and once I bring that domain controller back to online and restart the Exchange 2016 […]

Read More

How to Properly Install and Configure Exchange Server 2019

Preface In this article, we are going to immerse the installation of Exchange Server 2019 and configure some of the exchange components such as Virtual Directories, Outlook anywhere, etc. This article will cover how to Install and Configure Exchange Server 2019 using  GUI. I have already created a three-part article for the Migrating Exchange server […]

Read More