Showing posts with label PowerShell. Show all posts
Showing posts with label PowerShell. Show all posts

2011-03-27

How many ways can you say March 27?

Not that March 27 (my birthday) is more important than any of the other 364 days of the year but I like it. And if you've ever asked yourself "Self, I wonder how many ways I can use PowerShell to display today's date." ask no more.

It's 133.




2011-03-24

TEC2011

I'm going to The Experts Conference 2011 (TEC2011) PowerShell Deep Dive!
Yes!

2011-03-18

Displaying IIS Properties

Typically at some point during the week someone will either email, call, or show up at my desk reporting problems with or needing to update a web site. We host several internal web applications and it's not easy remembering settings such as...
* Friendly Name
* ASP.NET Version
* AppPoolId
* Path

With help from the Hey, Scripting Guy! I was able to add ASP.NET version to the output of a PowerShell script I wrote. Script Center Repository Link: get-iisProperties

Enjoy. Hope you find it helpful.