skip to main content
We are excited to announce that the IIS.NET Forums are moving to the new Microsoft Q&A experience. Learn more >

IIS Blog Reader for Powershell

Windows This is a Community Contributed Download

CategoryManage
LicenseFree
Supported by N/A
Works With N/A
DocumentationIIS Blog Reader for Powershell Documentation
Updated onFebruary 15, 2007
Uploaded byTobinTitus

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