It appears as you need to install the Microsoft Filter Pack which you can download from the following link. Install it as soon as you finish downloading it. Finally open an elevated Windows PowerShell console Run the following command
Code:
Import-Module ServerManager
Moreove if you want to install certain typical Exchange server which are running the client access, Hub Transport, and Mailbox server roles, then you need to run the command given below
Code:
Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy –Restart
in an elevated powershell console.
if you need help further then refer Not able to install an Exchange Server 2010 Roles
Bookmarks