HowTo Enable IIS in Windows7 from CLI
This how to is enable IIS in Windows7, either using GUI or CLI. This is one of the pre-requisites for installing SharePoint 2010 on Windows7 for development purposes.
2. In the [Search Box] box, type [windows features].
![]()
4. Double-click [Internet Information Services] check box.
![]()
5. Double-click [Web Management Tools] check box.
![]()
6. Double-click [World Wide Web Services] check box.
![]()
7. Double-click [IIS 6 Management Compatibility] check box.
![]()
8. Double-click [Application Development Features] check box.
![]()
9. Double-click [Common HTTP Features] check box.
![]()
10. Drag from [Position] indicator to [Tablet PC Components] check box.
![]()
11. Double-click [Health and Diagnostics] check box.
![]()
12. Double-click [Performance Features] check box.
![]()
13. Double-click [Security] check box.
![]()
Â
Alternatively you can use these command line to do the same thing:
Start a Command Prompt and paste in this command.
start /w pkgmgr /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-ApplicationDevelopment;IIS-ASPNET;IIS-NetFxExtensibility;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-HealthAndDiagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-HttpTracing;IIS-CustomLogging;IIS-Security;IIS-BasicAuthentication;IIS-WindowsAuthentication;IIS-DigestAuthentication;IIS-RequestFiltering;IIS-Performance;IIS-HttpCompressionStatic;IIS-HttpCompressionDynamic;IIS-WebServerManagementTools;IIS-ManagementConsole;IIS-IIS6ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI
- I am sure it can be done! :) I am a no code guy ;)...
- Can this be done with code?; For example when the webpart is...
- Fab 40 for MOSS 2010 are now available http://microsofttec...
- i was try to remove site with "Remove-SPSite http://....." ...
- I am unable to do this in Outlook2007 :( .. I have tried eve...
- Hi, I need to ask something that regard the lookup field for...
- how do I download windows live hotmail plus to gain more MB'...
- What I did was to extend the webapplication to port 80 inste...
- I have a question... If i extend the web application to the ...
- in part 11 when i submit the info i get the error "The va...







