|
Introduction Windows PowerShell is Microsoft's new shell and scripting language. This short articleprovides a brief tour of Windows PowerShell and IIS 7.0. Reading this article, you gain a solid understanding of exactly what Windows PowerShell is, learnabout ...
|
Created May 13, 2009 by saad
|
|
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 ...
|
Created May 12, 2009 by thomad
|
|
Introduction In the following walkthrough you will learn how to install the IIS 7.0 PowerShell Snap-in and how to start the IIS PowerShell Management Console. Prerequisites The IIS 7.0 PowerShell Snap-in requires the following prerequisites: Windows Server ...
|
Created Mar 09, 2009 by thomad
|
|
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 Snap-in leverage this familarity with the file system and allow other data stores ...
|
Created Mar 09, 2009 by thomad
|
|
In this walkthrough you will learn how you can get help on how to use the IIS 7.0 PowerShell Snap-in. Introduction The IIS 7.0 PowerShell Snap-in uses two types of cmdlets. Built-in cmdlets like New-Item, Get-ChildItems or Set-ItemProperty, are implemented ...
|
Created Jan 14, 2009 by thomad
|
|
Introduction IIS PowerShell Snap-in cmdlets can be grouped into three categories: Cmdlets required by the ProviderHierarchy low-level configuratioin cmdlets Task-based cmdlets This walkthrough introduces the task-based IIS cmdlet and gives some examples how ...
|
Created Mar 09, 2009 by pharr
|
|
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 ...
|
Created May 11, 2009 by chriskno
|
|
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 ...
|
Created Mar 09, 2009 by thomad
|
|
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 ...
|
Created Mar 09, 2009 by thomad
|
|
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 ...
|
Created Mar 09, 2009 by thomad
|
|
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 ...
|
Created Mar 09, 2009 by thomad
|
|
To enable SSL three steps are involved: Acquiring and installing acertificate Creating an SSL binding in IIS Assigning the certificate to the IP:Port of the IIS binding and optionally: Enforcing SSL on your web-site Acquiring and Installing a Certificate Acquiring ...
|
Created Mar 09, 2009 by pharr
|
|
Introduction With PowerShell shipped, IIS administratorsget a new tool to use. The following article concentrates on administration tasks for IIS 7.0; however, PowerShellcan be used for existing IIS 6.0 servers. This articlefocuses on the administration of ...
|
Created May 13, 2009 by saad
|