Managing IIS with the IIS 7.0 PowerShell Provider

Published on April 14, 2008 by thomad

Updated on April 14, 2008 by thomad

Average Rating  Rate It (1)

RSS

In This Section

Getting Started with the IIS 7.0 PowerShell Provider

Introduction The IIS 7.0 PowerShell Provider is a PowerShell Snap-In that allows you to manage IIS7 configuration and run-time data. It gives easy access to Web-Sites, Application Pools, Web Applications, Virtual Directories, request in flight, Worker Processes ...

Installing the IIS 7.0 PowerShell Provider

Introduction In the following walkthrough you will learn how to install the IIS 7.0 PowerShell Provider and how to start the IIS PowerShell Management Console. Prerequisites The IIS 7.0 PowerShell Provider requires the following prerequisites: Windows Server ...

PowerShell Provider: Navigating the IIS Provider Namespace

Everybody is familiar on how the file system is organized.File systems are hierarchical namespaces, comprised of directories that contain files and other directories. PowerShell Providers leverage this familarity with the file system and allow other data stores ...

PowerShell Provider: Using the PowerShell Help System

In this walkthrough you will learn how you can get help on how to use the IIS 7.0 PowerShell Provider. Introduction The IIS 7.0 PowerShell Provider uses two types of cmdlets. Built-in cmdlets like New-Item, Get-ChildItems or Set-ItemProperty, are implemented ...

PowerShell Provider: Creating Web-Sites, Web applications, Virtual Directories and Application Pools

In this walkthrough you will learn how to create Web-Sites, Web Applications, Virtual Directories and Application Pools. Introduction The IIS PowerShell namespace consists ofitems like Web-Sites, Apps, Virtual Directories and Application Pools. Creating new ...

PowerShell Provider: Making Simple Configuration Changes to Web-Sites and Application Pools

In this walkthrough you will learn how to change simple properties of IIS namespace containers like Web-Sites, Web Applications, Virtual Directories and Application Pools by using built-in PowerShell cmdlets. The next walkthrough will cover how to change configuration ...

PowerShell Provider: Changing Simple Settings in Configuration Sections

In the previous walkthrough you learned how to manage IIS namespace containers like Sites, Application Pools, Applications and Virtual Directories. In this walkthrough we will manage configuration settings that are not exposed via the IIS namespace. Introduction ...

PowerShell Provider: Advanced Configuration Tasks

In this walkthrough you will learn how to accomplish some advanced configuration tasks using XPath queries and wildcards. Introduction The previous walkthrough introduced you to the *-WebConfiguration and *-WebConfigurationProperty cmdlets. There is more to ...

PowerShell Provider: Run-time Data

The previous walkthroughs showed you how to query and change IIS configuration settings. There is one unexplored area left however: run-time data. Introduction Things change, IIS is not different. Sites get started or stopped, Application Pools recycle or ...

Comments

You must Log In to comment.

Page view counter