Currently browsing tag

iis

PowerShell V4 New Features

This course provides an overview of new features in PowerShell 4.0. It is aimed at IT Pros already using PowerShell 3.0 who …

Internet Information Services: What’s New in Windows Server 2012 R2

With the release of the new version of Windows Server 2012 R2 comes a new version of IIS, IIS 8.5.
IIS continues to grow as a key investment area for web hosting, with new and exciting improvements in scalability and more. This session includes demos of how these new features can be key parts of your real-life web deployment.

PowerShell ways to install IIS7.x

We’re talking here about PowerShell and IIS; maybe the first thing to do should have been to install IIS (7.x) with PowerShell… …

Create-Website

Question: What’s the best way to have standardized websites accross server(s)?
Answer: Using a script to create them! Thus, all websites will meet the same standards

In this example, the only mandatory parameter is the website display name. All others have default values, but the script will list them and ask confirmation before creating the website.
Furthermore, a selection of the IP address to use is required (yes, a webserver can have multiple IP address configured, I hope so by the way, at least two -one for the admin network-).

IIS 7.5 Architecture and components

IIS 7.x has a modular architecture. Modules, also called extensions, can be added or removed individually so that only modules required for …

Scroll to Top