Windows PowerShell and IIS 7.0

Windows PowerShell provides a full-featured command shell. Taking advantage of the Microsoft C# scripting language and using an object model based on the .NET Framework, Windows PowerShell provides powerful capabilities for redirecting objects and dynamic manipulation of a result set. You can run commands directly from the command line, and you can run them from within scripts.

When working with Windows PowerShell, you use built-in commands called cmdlets as you would use a command or utility at the command line. Cmdlets are both simple and powerful. They are named using an easy-to-understand word pairing:

  • New-. Creates a new instance of an item or object

  • Remove-. Removes an instance of an item or object

  • Set-. Modifies ...

Get Internet Information Services (IIS) 7.0 Resource Kit now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.