By Chris Adams on
11/6/2007 11:00 AM
PowerShell WebUI automation using a horribly ugly Firefox/Flash/Silverlight based homebrew idea.
|
By Chris Adams on
10/30/2007 7:17 PM
Have you ever wanted to take a screenshot? Usually it involves some vulcan nerve-pinch on your keyboard and then pasting something into Paint. Have you wanted to just have that happen automatically? Maybe in a way that you can use in your PowerShell script? Wait no more...
|
By Chris Adams on
10/30/2007 9:03 AM
It's an age old topic but sometimes you need to compare the hash of two files. How can you do that? We'll use MD5CryptoServiceProvider to get our answer. Let's get an MD5sum. This is how...
|
By Chris Adams on
10/24/2007 10:12 AM
Power-Tip of The Day: #1
Making a Cmdlet that uses parameters? Do you need to just have a parameter flag verified? But you don't need to pass anything to the Cmdlet to use as input? Try using...
|
By Chris Adams on
10/18/2007 1:48 PM
First blog post, self introduction, etc, etc. And some tips on Visual Studio 2005 tweaking for writing Cmdlets.
|