The one and only Exchange 2016
New is usually better
Voraussetzung
Software
UCMA 4.0
(
https://www.microsoft.com/de-de/download/details.aspx?id=34992)
Windows Features
Install-WindowsFeature `
AS-HTTP-Activation, Desktop-Experience, NET-Framework-45-Features, 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
Add-WindowsFeature `
Web-Mgmt-Console, Web-Metabase, Web-Lgcy-Mgmt-Console, `
NET-Framework-45-Features, RSAT-ADDS-Tools, `
Server-Gui-Mgmt-Infra, Windows-Identity-Foundation
Requirements fuer Edge-Server
Install-WindowsFeature ADLDS
Installation
Die Installation ist die gleiche wie beim Exchange 2013. Der einzige Unterschied sind die Rollen bei der Installation.

Hier muss die Postfachrolle ausgewählt werden, damit der Exchange später auch für die Verwaltung der Postfächer genutzt werden kann.
Zertifikatsfehler Outlook
Beim Exchange 2016 muss das MAPI Verzeichniss angepasst werden, ansonsten erscheint ein Zertifikatsfehler im Outlook.
Mit dem Befehl get-mapiVirtualDirectory | fl wird die Konfiguration angezeigt.
Mit dem Befehl set-mapivirtualdirectory -identity *name* -internalurl *externeadresse* -externalurl *externeadresse* kann der Name von MAPI geändert werden
