<

Windows Server 2019: Disabling Admin Access to the Exchange Admin Center in Windows Server 2019 Core

Posted on
6,039 Points
39 Views
Last Modified:
Published
Experience Level: Intermediate
2:19
Edward van Biljon (MVP)
Experienced Messaging Specialist with a demonstrated history of working in the information technology and services industry.
In this video we show you how to disable the Exchange Admin Center on Windows Server 2019 Core just like you would on an Exchange server using the GUI and the Exchange Management Shell (EMS).

Video Steps

1. Run PowerShell

From the command prompt on Exchange 2019 Server Core, type in PowerShell and Press enter.

2. Add the Snapin

Type in Add-PSSnapin Microsoft.Exchange.Management.PowerShell.SnapIn and press enter.

3. Disable Admin Access

Run the following command to disable the EAC: Get-EcpVirtualdirectory | Set-ecpvirtualdirectory -AdminEnabled $False
0
0 Comments
A lot has changed since the first introduction of Windows containers, I'd like to provide you with an overview on using them in 2023.
The OneGet DockerMsftProvider we used to update Docker on Windows in the past is gone for good and we need new ways to update to a new version.