When Installing Exchange Server 2013, we may encounter the below issue as shown in pic.
Below is the fix for this issue:
1. Windows Server 2008 R2 or Windows Server 2012
2. AD, DNS, IIS and other required features.
3. PowerShell –
§
Import-Module ServerManager
§
Add-WindowsFeature RSAT-ADDS
4. Then I installed the .net 4.5 framework which
can be found here.
5. Then windows managment framework which is here
6. Again PowerShell:
§
Import-Module ServerManager
§
For
Window Server 2008 R2 : Add-WindowsFeature Desktop-Experience,
NET-Framework, NET-HTTP-Activation, RPC-over-HTTP-proxy, RSAT-Clustering,
RSAT-Web-Server, WAS-Process-Model, Web-Asp-Net, 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-Ext, Web-Request-Monitor,
Web-Server, Web-Stat-Compression, Web-Static-Content, Web-Windows-Auth, Web-WMI
§
For
Window Server 2012 : Install-WindowsFeature AS-HTTP-Activation,
Desktop-Experience, NET-Framework-45-Features, RPC-over-HTTP-proxy,
RSAT-Clustering, 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
7. Reboot the server when asked to do so.
8. Once all done Proceed with the installation….
Infosys Ltd