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

PowerTab 0.93 and BDD 2007 teaser Part 2

As I could not get the 2 webcast on one page here part 2 of PowerTab 0.93 and BDD 2007 teaser  , working with BDD in PowerShell with PowerTab 0.93

 

enjoy,

Greetings /\/\o\/\/

Format: swf
Duration: --:--

Published Tuesday, June 05, 2007 6:29 PM by MoW

Comments

# PowerTab 0.93 and BDD 2007 teaser

When I was working with Microsoft Solution Accelerator for Business Desktop Deployment 2007 , PowerTab

Tuesday, June 05, 2007 6:33 PM by The PowerShell Guy

# Using Get-Assembly command

I see you use the command get-assembly. This command does not seem to be available to me. What am I missing?

Saturday, June 09, 2007 6:41 AM by Ben Hunter

# BDD 2007 - PowerShell Teaser

For those of you who are keen to leverage PowerShell to manage BDD the following teasers from the PowerShell

Sunday, June 10, 2007 5:21 AM by Ben Hunter

# re: PowerTab 0.93 and BDD 2007 teaser Part 2

Ben,

the Get-Assemby Function is provided with PowerTab 0.93 and was not yet available in version 0.92

Greetings /\/\o\/\/

Monday, June 11, 2007 9:06 AM by MoW

# re: PowerTab 0.93 and BDD 2007 teaser Part 2

But the Function Get-Assemby in PowerTab is easy to make it looks like this :

Function Get-Assembly ($PartialName = '') {

 [appdomain]::CurrentDomain.GetAssemblies() |? {$_.FullName -match $PartialName}

}

Greetings /\/\o\/\/

Monday, June 11, 2007 9:09 AM by MoW

# PowerTab 0.93 PowerShell Tab Expansion scripts library

PowerTab 0.93 is released PowerTab093.Zip Download or get it from the Overview Page ! If you are using

Thursday, June 14, 2007 1:34 PM by The PowerShell Guy

# The PowerShell Guy : PowerTab

Friday, June 15, 2007 5:58 AM by The PowerShell Guy : PowerTab

# 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

Friday, September 14, 2007 11:24 AM by The PowerShell Guy

# J'en ai rêvé, The PowerShell Guy l'a fait

Bonjour à tous, je découvre (bien trop tard) ces deux excellents articles du PowerShell Guy,

Wednesday, February 27, 2008 8:30 AM by Blog de David Sebban [MSFT]

# J'en ai rêvé, The PowerShell Guy l'a fait

Bonjour à tous, je découvre (bien trop tard) ces deux excellents articles du PowerShell Guy

Wednesday, February 27, 2008 8:36 AM by Noticias externas

# BioSensorAB » J’en ai r??v??, The PowerShell Guy l’a fait

Wednesday, February 27, 2008 9:22 AM by BioSensorAB » J’en ai r??v??, The PowerShell Guy l’a fait
Anonymous comments are disabled