IIS Blog Reader for Powershell

By TobinTitus

Download
Category Administration
License Free
Downloads 5,312
Supported by N/A
Works with N/A
Documentation IIS Blog Reader for Powershell Documentation
Updated on 2/15/2007 1:08 AM

Overview

This script is an example that allows you to read the blog posts on IIS.NET.

For more information, check out my blog post about this topic at:
http://blogs.iis.net/tobintitus/archive/2007/02/13/reading-iis-net-blogs-with-powershell.aspx

Features

  • Read all Blogs
    PS iis:\> Get-Blog
  • Read the last five blog posts
    PS iis:\> Get-Blog -last 5
  • Read the first five blog posts
    PS iis:\> Get-Blog -first 5
  • Read the 8th blog post
    PS iis:\> Get-Blog -index 8
  • Open the 12th blog post and open in Internet Explorer
    PS iis:\> Get-Blog -open 12
  • Read all blog posts by Bill Staples
    PS iis:\> Get-AuthorBlog bills
  • Read all items in DownloadCENTER
    PS iis:\> Get-Download
  • Get titles of all items in DownloadCENTER
    PS iis:\> Get-Download | Select Title

Benefits

  • Read IIS.NET Blogs without leaving Powershell!

 

Requirements

  • Windows Powershell
Download Web PI

Get official IIS Extensions and more with
the Microsoft Web Platform Installer