| Title | Author | Age | Description |
|---|---|---|---|
| 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). |
| Get-Head | Joel Bennett | Tue, 24 Jan 2012 20:08:40 | Read the first few characters of a file … fast. |
| UIAutomation 1.8 | Joel Bennett | Tue, 17 Jan 2012 21:10:17 | I really am still working on this replacement for the WASP module ;-) This version fixes some problems with PowerShell 2 vs PowerShell 3 changes (it works in both now). |
| Reflection Module 4.1 | Joel Bennett | Tue, 17 Jan 2012 21:07:01 | Helpers for working with .Net classes: Get-Constructor, Get-Assembly, Add-Assembly, Get-Type Now includes the New-ConstructorFunction (formerly in PowerBoots) which depends on the Autoload Module … In this version I fixed a minor problem with PowerShell 3 CTP1 |
| Autoload Module 1.2 | Joel Bennett | Tue, 17 Jan 2012 20:58:19 | Autoload function like the Korn shell — can inject functions to modules. In order to make this easier to use, I’ve added the ability to run AutoLoad against script files (that don’t have a function in them). It will ultimately create a function out of the script. The main purpose of this module is to allow defining functions in a script file without needing to dot-source the script in order to use them. You simply autoload that function, and there’s little overhead until the function is called (at which time it’s parsed and loaded, once). This way, autoload helps you avoid loading functions into memory until you need them — but allows you to write code as though the functions were already loaded. Note: The Functions/Scripts are only actually parsed the first time you call the function (or when you call Get-AutoloadHelp on the function). You should be aware of that when making changes to the script. |
| New-Struct 3 | Joel Bennett | Thu, 05 Jan 2012 20:58:41 | A code-generating and emitting magic function for creating type-safe struct classes for use in PowerShell! Now supports PowerShell 3, and can generate related struct types (where types are properties of one another). |
| Update-ISETabs | Joel Bennett | Fri, 30 Dec 2011 16:45:20 | Reloads all the file tabs in ISE (PS3CTP2) |
| UIAutomation 1.7 | Joel Bennett | Thu, 15 Dec 2011 14:21:58 | The new WASP module is getting closer, but this still isn’t quite it ;) |
PowerShell Code Repository