Add to Technorati Favorites
Welcome to ThePowerShellGuy.com Sign in | Join | Help

Browse by Tags

All Tags » Extending   (RSS)

Writing Custom Cmdlets for Windows PowerShell, and Hosting PowerShell

A great Primer to get you started with writing PowerShell Cmdlets : Writing Custom Cmdlets for Windows PowerShell , as step by step walktrough for creating a Get-Contact Cmdlet to retrieve contacts in outlook from PowerShell the Introduction from the
Posted by MoW | 0 Comments

Scott Hanselman PowerShell video with PowerTab demo on dnrTV!

Scott Hanselman did present a great video episode about Windows PowerShell in Carl Franklin's .NET Rocks TV! ( DrnTV! ) show. DNRTV Episode 82 - PowerShell is still shiny The Hanselmaster is back on dnrTV with a great command shell tool that should have

PowerTab 0.97 released

Yes, again a new version of the PowerTab tabcompletion library is released ,( Download it from the PowerTab Overview Page ) With the changes in the setup proccess installations and especialy the updating process should be easy and smooth, just doubleclicking

PowerShell Community Extensions 1.1.1 Released!

Enough said, make sure to get it ;-) PowerShell Community Extensions 1.1.1 Released! Enjoy, Greetings /\/\o\/\/
Posted by MoW | 2 Comments

Powertab 0.92 PowerShell improved TabExpansion function library

And another update in the PowerTab PowerShell TabExpansion series , a new version of the PowerShell tabExpansion script library, PowerTab 0.92 is released, with again, I think, some really cool additions ! Main addition is, that in Version 0.92 PowerTab

PowerShell Eventing Library : PSEventing 0.5 Beta released

PSEventing 0.5 Beta released !! PSeventing is a very powerful PowerShell Snapin providing a library for handling events in PowerShell, a must have extension to PowerShell !! Eventhanding suport is a bit limited for version 1.0 of PowerShell, there are
Posted by admin | 2 Comments

PowerShell Enable SCE 2007

If you work with SCE 2007 or MOM 2005 and are lookinig for PowerShell support, Next the PDF on momresources.com, based on the posts I did about that topic on my old blog, how to "PowerShell Enable" MOM 2005 : Shelling MOM 2005 : Part 1 – Creating a MOM
Posted by admin | 0 Comments

PowerShell : Extract the Possible Enum values from Last Error and add to TabCompletion

As Adam allready mentioned in : Another PowerTab update … there were 2 updates in a short time and there are a lot of PowerTab Posts lately, but as the New RawUi ConsoleBased Intellisense, and the possility to filter the list shown by typeing more letters

PowerShell TabExtension - Part 8 Tip Use Custom Expansion to switch help Modes fast

By default PowerShell only displays a summary of the Help available, If we want more info we can use a parameter on get=help. This is handy most of the times, but the problem is that I usually get help by using -? behind the command. So say I type : Import-Csv
Posted by admin | 2 Comments
Attachment(s): tab091h.png

PowerShell TabExtension - Part 7 PowerTab 0.91 Released

And another version of the PowerShell tabExpansion script library PowerTab is released, with some really cool additions ! PowerTab 0.91 For more information about the PowerTab suite and the rest of the series see also the PowerTab Overview Page where
Posted by admin | 4 Comments
Attachment(s): tab091.png

PowerShell TabExtension - Part 6 Customizing PowerTab 0.9

I mentioned in last post about the new version of PowerTab PowerShell TabExtension - Part 5 PowerTab 0.9 ,That the TabSelection handler used for DoubleTab is extendable : Aaron has also updated his Invoke-Intellisense, and changed it into a Cmdlet See

PowerShell TabExtension - Part 5 PowerTab 0.9

I made some mayor updates to my PowerShell TabExtension Function PowerTab , most important are DoubleClick support and a TabItemSelector using RawUI to create a selectable and scollable list of the TabCompletion possibilities, offering a kind of Consolebased

Add Extended DNS support to PowerShell in 5 minutes

On the PowerShell Community Extensions (PSCX) site , I found this issue : CREATED ISSUE: Need DNS Query that allows DNS server to be specified . Good that this is discussed and It is great when this functionality get's added to the PSCX project, but as
Posted by admin | 2 Comments
Filed under: , ,

PowerShell Community Extensions Active Directory Provider Part 2

In part one of this series : PowerShell Community Extensions Active Directory Provider Part 1 I did show how you can use the PowerShell Community Extensions 1.1 (PSCX 1.1) Active directory provider, to explore your Active Directory Domain from PowerShell
Posted by MoW | 1 Comments

Using IronPython from PowerShell Part 1 : Watch folder for changes without blocking Console

This is the first part of a 6 part series about using an Hosted IronPython Engine from PowerShell to do some tasks PowerShell does not yet support in V1. In PowerShell you can very easy host a IronPython engine just by loading the DLL's , see this post
Posted by admin | 9 Comments
More Posts Next page »