Huddled Masses
You can do more than breathe for free...
Browse: Home / CTP3

CTP3

A guide to PowerShell’s Advanced Functions

By Joel 'Jaykul' Bennett on 02-Mar-2009

Someone asked on the PowerShell Newsgroup about writing Advanced Functions, and specifically: looking for a … guide to putting together an advanced function that is visible and usable every time I start Powershell. By visible I mean that when I do a ‘get-command’ I want my [advanced function]s to be listed alongside all the regular [...]

Posted in Huddled | Tagged Advanced Functions, CTP3, Development, PowerShell, PowerShell 2, PowerShell Functions, Scripting, Tutorial, WalkThrough | 10 Responses

PowerShell 2 CTP3 – Custom Accelerators, Finally!

By Joel 'Jaykul' Bennett on 30-Dec-2008

Have I mentioned lately how much Oisin Grehan (a.k.a.: x0n) rocks? He discovered that in PowerShell 2 we can now define our own custom type accelerators. A “Type Accelerator” is the thing that lets you write [regex] instead of [System.Text.RegularExpressions.Regex], and they save a lot of typing, but in order to keep the name space [...]

Posted in Huddled | Tagged Adaptive Type System, CTP3, Features, PowerShell, Type Accelerator | 1 Response

PoshCode Updated for CTP3

By Joel 'Jaykul' Bennett on 24-Dec-2008

I’ve updated the PoshCode script module to support CTP3, and added a -limit parameter to the Get-PoshCode cmdlet so you can specify how many items you want retrieved in the case where there are a lot of matches for your search terms — by default the limit is 25. Improvements to the underlying web search [...]

Posted in Huddled | Tagged Advanced Functions, CTP3, Modules, PoshCode, PowerShell, PowerShell Functions

PowerShell 2 CTP3 – First Impressions

By Joel 'Jaykul' Bennett on 24-Dec-2008

Changes of particular interest Get-Command returns functions By default Get-Command used to return only apps, scripts in your path, and cmdlets… The new CTP3 default invocation includes functions. This is mostly a recognition of the increased power of functions with the arrival of that advanced function features (formerly known as script cmdlets). Advanced Functions Advanced [...]

Posted in Huddled | Tagged Bugs, CTP3, PowerShell, Releases, Review | 4 Responses

Still waiting …

By Joel 'Jaykul' Bennett on 18-Dec-2008

EDIT: We found out this evening that it was suppose to ship tomorrow, but isn’t going to anymore because they heard about a (possible) bug and are delaying release to investigate (and fix it). while($true){   $items = Invoke-Http get http://www.microsoft.com/downloads/Results.aspx {freetext="powershell"; nr=50; sortCriteria="date"} |     Receive-Http xml "//*[id=‘results’]/table/tr/td/p/a" |     where {$_."#text"} [...]

Posted in Huddled | Tagged CTP3, HttpRest, Impatience, PowerShell, Scripting | 1 Response

Lijit Search

Tags

.Net .Net 2008 Scripting Games Automation Bugs Design Development Funny Gadgets GeoShell GUI Huddled Masses Internet licensing Microsoft Modules My Software News Personal PInvoke Pipeline Politics PoshCode PoshConsole PowerBoots PowerShell PowerShell Functions PowerTips Rants Recommender Repository Scripting ShowUI Software Solutions Textile Tips User Group UserInterface WalkThrough WebHosting Windows 7 WordPress WPF Xml

About Huddled Masses

This is web site is dedicated to the musings of Joel Bennett (aka Jaykul) about technology, software, software development, the web, and the world.

Any resemblance of the views expressed and the views of my employer, my terminal, or the view out my window are purely coincidental. The resemblance between them and my own views is non-deterministic. The question of the existence of views in the absence of anyone to hold them is left as an exercise for the reader.

P.S.: I occasionally link to things I think are great. When I do, I occasionally find a "referral code" so I can make a little cash. I promise that I don't link to anything just because of that cash (I wouldn't cross the street for the amount of cash those links bring in, never mind write a whole blog post) ... but I do not promise that things I link to will stay great as time passes, nor that you will agree with me about their greatness!

Archives

  • January 2012
  • October 2011
  • August 2011
  • July 2011
  • June 2011
  • March 2011
  • February 2011
  • January 2011
  • November 2010
  • August 2010

Copyright © 2012 Joel Bennett.

Powered by WordPress and Hybrid.