Config Mgr IIS Prereqs with ServerManagerCmd on Windows 2008
If you are installing Configuration Manager on a Windows 2008 box you need to fullfill some prerequsites to install it as a Site System.
I prefferably use ServerManagerCmd to install most of thoose prereqs.
Here are some hint for the IIS prereqs.
IIS Prereqs
ServerManagerCmd -i Web-Server
ServerManagerCmd -i Web-Static-Content
ServerManagerCmd -i Web-Asp-Net
ServerManagerCmd -i Web-ASP
ServerManagerCmd -i Web-Mgmt-Compat
ServerManagerCmd -i Web-Windows-Auth
ServerManagerCmd -i BITS
ServerManagerCmd -i RDC
You also need to add webdav and configure it according to these instructions.