This script is supposed to install features necessary for Exchange 2010 (multirole server: CA,MB,HT):
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
http://technet.microsoft.com/en-US/Library/ee958305
Note: section on installing Windows 2008 R2 prerequisites.
However, some features are missing when I attempt to install Exchange:
This is also the case for "ASP.NET" and "ISAPI Filter"
Does that script need to be corrected?
It works if modified like this:
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-ISAPI-Filter,Web-Digest-Auth,Web-Dyn-Compression,Web-WMI,Web-Asp-Net,NET-HTTP-Activation,RPC-Over-HTTP-Proxy–Restart
Added:
Web-Asp-Net
Web-ISAPI-Filter
Web-WMI
Please mark as helpful if you find my contribution useful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you.