April 15th, 2014

PowerTip: Enable IIS in Windows 8.1 with PowerShell

Doctor Scripto
Scripter

Summary: Use the DISM cmdlets to enable the built-in IIS component in Windows 8.1.

Hey, Scripting Guy! Question Is there a quick and easy way to enable IIS in Windows 8.1on my developer laptops?

Hey, Scripting Guy! Answer With Windows 8.1, you only need to enter one line in Windows PowerShell:

Enable-WindowsOptionalFeature –online –featurename IIS-WebServerRole

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.

Feedback