Installation und Konfiguration von Exchange 2016 auf Windows Server 2016 mit einer DAG

Vorwort


Ich gehe hier von einer Windows Server 2016 Grundinstallation aus, der (bzw. die) Server ist (bzw. sind) Installiert, Mitglied der Domäne und hat (bzw. haben) bereits eine IP-Adresse.

Vorbereitung

Exchange VorbereitungExchange Vorbereitung

Exchange Vorbereitung

Unified Communications Managed APIUnified Communications Managed API

Unified Communications Managed API


Ich habe folgendes Script (Batch) erstellt, welche das System für die Exchange Installation vorbereitet:
@echo off
echo \"Map Dienst deaktivieren\"
sc config \"MapsBroker\" start= disabled
echo \"Windows Defender deaktiveren\"
powershell.exe Set-MpPreference -DisableRealtimeMonitoring $true
echo \"Windows Features Installieren\"
powershell.exe Install-WindowsFeature NET-WCF-HTTP-Activation45, RPC-over-HTTP-proxy, RSAT-Clustering, RSAT-Clustering-CmdInterface, RSAT-Clustering-Mgmt, RSAT-Clustering-PowerShell, Web-Mgmt-Console, WAS-Process-Model, Web-Asp-Net45, Web-Basic-Auth, Web-Client-Auth, Web-Digest-Auth, Web-Dir-Browsing, Web-Dyn-Compression, Web-Http-Errors, Web-Http-Logging, Web-Http-Redirect, Web-Http-Tracing, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Lgcy-Mgmt-Console, Web-Metabase, Web-Mgmt-Console, Web-Mgmt-Service, Web-Net-Ext45, Web-Request-Monitor, Web-Server, Web-Stat-Compression, Web-Static-Content, Web-Windows-Auth, Web-WMI, Windows-Identity-Foundation, RSAT-ADDS
pause
[SC] ChangeServiceConfig ERFOLG
Laden Sie anschliessend die
This link has been removed. Links are only visible for members. Please login with your username and password and try again.
herunter und installieren Sie diese.
Prüfen Sie nun, ob Sie alle Microsoft Windows Updates heruntergeladen und installiert haben, da die Installation sonst nicht durchgeführt werden kann.
To view this entry in full, you must be a customer of Securebit AG. You can order any product from our range.

If you are already a customer, you can log in here.