Home › Learn IIS7 › Managing and Maintaining IIS 7.0 › Managing IIS with the IIS 7.0 PowerShell Provider
advertise here
Published on April 14, 2008 by thomad
Updated on April 14, 2008 by thomad
Average Rating Rate It (1) Thank you for your feedback!
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
You must Log In to comment.