Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > PowerShell

Vista - Install IIS in Windows Server 2008

Reply
 
Old 01-21-2009   #1 (permalink)
Andrew


 
 

Install IIS in Windows Server 2008

Hi,all,
I want to install IIS in Windows Server 2008. How can i script it in
powershell?

My System SpecsSystem Spec
Old 01-21-2009   #2 (permalink)
Shay Levy [MVP]


 
 

Re: Install IIS in Windows Server 2008

Hello Andrew,


Try with ServerManagerCmd, for example:

ServerManagerCmd -i Web-Server
ServerManagerCmd -i Web-ISAPI-Ext
ServerManagerCmd -i Web-Metabase
ServerManagerCmd -i Web-Lgcy-Mgmt-Console
ServerManagerCmd -i Web-Basic-Auth
ServerManagerCmd -i Web-Digest-Auth
ServerManagerCmd -i Web-Windows-Auth
ServerManagerCmd -i Web-Dyn-Compression
ServerManagerCmd -i RPC-over-HTTP-proxy


You can get more information here:
http://technet.microsoft.com/en-us/l.../cc748918.aspx


---
Shay Levy
Windows PowerShell MVP
http://blogs.microsoft.co.il/blogs/ScriptFanatic
PowerShell Toolbar: http://tinyurl.com/PSToolbar


A> Hi,all,
A> I want to install IIS in Windows Server 2008. How can i script it in
A> powershell?


My System SpecsSystem Spec
Old 01-21-2009   #3 (permalink)
Andrew


 
 

Re: Install IIS in Windows Server 2008

Thanks very much!

"Shay Levy [MVP]" wrote:
Quote:

> Hello Andrew,
>
>
> Try with ServerManagerCmd, for example:
>
> ServerManagerCmd -i Web-Server
> ServerManagerCmd -i Web-ISAPI-Ext
> ServerManagerCmd -i Web-Metabase
> ServerManagerCmd -i Web-Lgcy-Mgmt-Console
> ServerManagerCmd -i Web-Basic-Auth
> ServerManagerCmd -i Web-Digest-Auth
> ServerManagerCmd -i Web-Windows-Auth
> ServerManagerCmd -i Web-Dyn-Compression
> ServerManagerCmd -i RPC-over-HTTP-proxy
>
>
> You can get more information here:
> http://technet.microsoft.com/en-us/l.../cc748918.aspx
>
>
> ---
> Shay Levy
> Windows PowerShell MVP
> http://blogs.microsoft.co.il/blogs/ScriptFanatic
> PowerShell Toolbar: http://tinyurl.com/PSToolbar
>
>
> A> Hi,all,
> A> I want to install IIS in Windows Server 2008. How can i script it in
> A> powershell?
>
>
>
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Install Virtual Machine additions on Server 2008 server core. Virtual PC
Cna't Install Windows Server 2008 under Virtual Server SP1 Virtual Server
Windows Live won't install on Windows Server 2008 Live Mail
Windows Live won't install on Windows Server 2008 Live Messenger
Install Hangs for x64 Windows Server 2008 and Vista SP1 on ICH9R R Vista installation & setup


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46