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

Browse by Tags

All Tags » CTP2   (RSS)

PowerShell V2 Interview: Universal Code Execution Model

Jeffrey Snover did a very interesting V2 Interview: Universal Code Execution Model at TechEd, that now is posted online. The direct link given on the PowerShell Team blog is not working, but you can access the entire library of interviews HERE . it's
Posted by MoW | 0 Comments
Filed under: , ,

PowerTab V2 Examples

Did not find much time for improvements to the Alpha Build this week, but some examples working in last update An example of usage in my last post UpToDateness Vector (UTDV) PowerShell exercise : method overloads on types : on Objects (Note you can use
Posted by MoW | 0 Comments
Filed under: , ,

PowerTab for PowerShell V2 Update

I posted, 8 updates since PowerTab for PowerShell V2 Alpha testers wanted (link to download in former post) mostly working with Xaegr I did some hard work on the Member completion (3 rewrites) , but it is almost there, For the other Alpha Testers, I added
Posted by MoW | 4 Comments
Filed under: , ,

PowerTab for PowerShell V2 Alpha testers wanted

As I did mention in last post ( PowerTab for PowerShell V2 ), I started working on PowerTab for PowerShell V2, and I posted the current version some day's ago and made 5 updates to it in that time. I'm looking for some Alpha testers that have a bit experience
Posted by MoW | 2 Comments
Filed under: , ,

PowerTab for PowerShell V2

I got a lot of questions about the future of PowerTab lately, so a teaser of what is coming in a new version of PowerTab for the CTP2 version of PowerShell: - No Installer PowerTab is now a Module, so installation will be as easy as copying the directory
Posted by MoW | 6 Comments
Filed under: , ,

PowerTab V2 Alpha 1

A first version of Powertab implemented as a module and using tokenizer, *note* this is an Alpha version only provided for beta testers and not everything is implemented yet. *Some other notes* Powertab starts up with my database, but update-tabexpansiondatabase
Posted by MoW | 5 Comments
Filed under: , ,

Attachment(s): PowerTab.zip

MSDN Virtual Lab Express: What’s New in Windows PowerShell V2

A PowerShell V2 virtual lab is available on MSDN, from the Overview . After completing this lab you will be better able to: Create and use runspaces, both synchronously and asynchronously Alter the behavior of existing cmdlets using generated proxies
Posted by MoW | 1 Comments
Filed under: ,

PowerShell Performance Series Part 4 (Version 1.0 wins this round ?)

I finally installed two simular VM's, one with PowerShell Version 1.0 and the other one with PowerShell CTP2, to do performance testing between the 2 versions. Both VM's run a bare Windows XP SP 2 installation with .NET framework 2.0 on both (to exclude
Posted by MoW | 1 Comments
Filed under: , ,

PowerShell V2 CTP2 : making Custom Enums using add-Type

In PowerShell Enums are used a lot but you're not able to create them directly in PowerShell I made a post about a workaround using reflection on my old blog here : /\/\o\/\/ PowerShelled: PowerShell : making Custum Enums ,as this is using reflection
Posted by MoW | 5 Comments
Filed under: , , ,