Author: Frank

What is the best way to balance mailbox databases in Exchange Server? There are a couple of ways to balance Exchange mailbox databases. In this article, you will learn how to use the PowerShell script that comes with Exchange Server to rebalance mailbox databases. The organization got two Exchange Servers, and four mailbox databases with […]
You should always disable external access to Exchange Control Panel (ECP). You don’t want a brute force attack on ECP in Exchange Server. It’s a big security risk. The best approach and my advice are to block it on the firewall. The firewall is the first point that will block external access. If it’s not […]
If you wish to delete the recovery partition, you can do this without any third-party software. Open command prompt and then run diskpart, and then (for example): list disk; select disk 0; list partition; (carefully verify which partition is the recovery partition) select partition 4; delete partition override (override is needed as the recovery partition is protected).
What are the best practice and recommended pagefile for Exchange Server 2013/2016/2019? This article will show the recommended pagefile for an Exchange Server, how to calculate the pagefile and how to configure the pagefile in Exchange Server 2013/2016/2019. Table of contents Pagefile recommend sizing Exchange Server 2013/2016 Exchange Server 2019 Configure pagefile on Exchange Server […]
Get-OWAMailboxPolicy | set-owamailboxpolicy -setphotoenabled:$false Get-CASMailbox -ResultSize Unlimited | Set-CASMailbox -OWAMailboxPolicy Default
Ready to update all software with only one powershell command? Run as administrator: winget upgrade –all –include-unknown  
While reviewing the event logs on your Exchange server you could encounter the following error. Log Name: Application Source: MSExchange ADAccess Event ID: 2112 Task Category: Topology Description: Process Microsoft.Exchange.Directory.TopologyService.exe (PID=2700). The Exchange computer dc03.supertekboy.com does not have Audit Security Privilege on the domain controller dc03.supertekboy.com. This domain controller will not be used by Exchange […]
Issue When deleting a Lync Server 2013 Standard Edition Pool in Topology Builder and publishing the topology, it fails with the following error. Error: An error occurred: “System.InvalidOperationException” “Cannot publish topology changes. Conference directories still exist on a pool that would be deleted. Remove the conference directories before continuing.” Ok, so I run the following […]
Archives