IIS Blog Reader for Powershell
Windows This is a Community Contributed Download
Category | Manage |
---|---|
License | Free |
Supported by | N/A |
Works With | N/A |
Documentation | IIS Blog Reader for Powershell Documentation |
Updated on | February 15, 2007 |
Uploaded by | TobinTitus |
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