IIS PowerShell Installation
Need to install IIS on Windows Server 2012? Be awesome: use PowerShell.
The following PowerShell installs absolutely everything, which is what you want on a dev environment. Type Get-WindowsFeatures to get a list of options to tailor a nice command for production.
Add-WindowsFeature Web-Server -IncludeAllSubFeature -IncludeManagementTools