| Title | Author | Age | Description |
|---|---|---|---|
| Test-Hash | Joel Bennett | Mon, 14 May 2012 13:01:48 | Test md5/sha1/etc file hashes. I’ve enhanced this script to make it easy to store the results in a csv file and then test them later. See Example 1. (This one fixes a missing “m” in the previous scrip) |
| Test-Hash | Joel Bennett | Mon, 14 May 2012 12:58:41 | Check md5/sha1/etc hashes I’ve enhanced this script to make it easy to store the results in a csv file and then test them later. See Example 1. |
| Write-Indented | Joel Bennett | Sat, 28 Apr 2012 21:25:00 | Wrappers for Write-Host and Write-Verbose that support indenting, including automatic indenting based on stack depth. |
| Demo-ShouldProcess | Joel Bennett | Thu, 15 Mar 2012 15:50:43 | Shows how to use SupportsShouldProcess and Confirm |
| Get-WebFile 4.1 | Joel Bennett | Sun, 11 Mar 2012 13:57:25 | PREVIEW – UNFINISHED WORK ;-) This is a big rewrite of Get-WebFile as a Module (I call it WebGet.psm1) to add a lot of the features of Invoke-WebRequest in PowerShell 3 (like sessions, passing body & headers, supporting POST, PUT, etc). It’s not done, but it should already be better than it was (I haven’t tested it a lot, honestly). Try it and see if you like it, and tell me how it’s broken or what it’s missing. |
| DefaultParameterValues | Joel Bennett | Sat, 25 Feb 2012 13:33:40 | For PowerShell 3: Export and Import DefaultParameterValues, optionally overwrite existing ones This version:
|
| DefaultParameterValues | Joel Bennett | Sat, 25 Feb 2012 09:49:08 | For PowerShell 3: Export and Import DefaultParameterValues, optionally overwrite existing ones |
| Set-Prompt | Joel Bennett | Sat, 28 Jan 2012 22:29:16 | My command prompt, as always. I leave this in a separate script file and invoke it from my profile. That way I can RE-invoke it to reset my prompt if I have to mess with it for some reason. I recently embedded my persistent history functionality directly into this prompt function (I used to have that in a per-host profile, as a wrapper around this prompt, but I can’t remember why, and I didn’t like loosing it when I had to re-invoke this script). |
| Get-HtmlHelp 3.2 | Joel Bennett | Sat, 28 Jan 2012 13:17:27 | A script to convert MAML help to HTML. Now with improved rendering and help for Get-HtmlHelp |
| Get-HtmlHelp 3.0 | Joel Bennett | Wed, 25 Jan 2012 21:37:31 | A script to convert MAML help to HTML. Note: This is still very rough but good enough to share, and to be useful with ShowUI (see the “Cool Example” inline). |
PowerShell Code Repository