<

Windows Server 2019 Core: Install Exchange 2019 on Server 2019 Core unattended

Posted on
6,040 Points
40 Views
Last Modified:
Published
Experience Level: Intermediate
10:09
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 run an unattended Exchange 2019 installation on Windows Server 2019 Core. It is pretty much similar to running an unattended installation on the GUI.

Video Steps

1. Enter PowerShell mode

In order to mount the ISO, you need first type in PowerShell at the command prompt and then press enter.

2. Mount the ISO

You now need to run the command: Mount-DiskImage -ImagePath "C:\Installs\ExchangeServer2019-x64.iso"

3. Run the Install

Run the following command to Install Exchange 2019: .\Setup.EXE /Mode:Install /InstallWindowsComponents /IAcceptExchangeServerLicenseTerms /Roles:MB  
0
0 Comments
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.
This short article will list all pitfalls that I see when it comes to using SmartCards for user authentication (“PIV”). I will be looking at both security as well as practical aspects when it comes to handling. My expertise comes from a windows envi…