ThePowerShellGuy.com

Did you do your PowerShelling today ?
Welcome to ThePowerShellGuy.com Sign in | Join | Help
in Search

Browse by Tags

All Tags » CTP2
  • PowerShell V2 Add-AcceleratorType function

    As I explained TypeAccelerators on IRC, Jaykul mentioned how cool it would be able to make your own,  I came up with a very simple Add-AcceleratorType function that makes this at least a bit easier , it works by creating a type with a New Method and you can give a name, returntype and the code to implement the new method, that function ...
    Posted to The PowerShell Guy (Weblog) by MoW on September 12, 2008
  • 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 the second from the bottom in this list, and it is available as audio or video (including 491 MB ...
    Posted to The PowerShell Guy (Weblog) by MoW on August 20, 2008
  • 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 space before invoking TAB again for methods if you tabcompleted the Method (as ...
    Posted to The PowerShell Guy (Weblog) by MoW on August 12, 2008
  • 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 another eager missed feature FileSystem completion that I would like you to take a ...
    Posted to The PowerShell Guy (Weblog) by MoW on July 23, 2008
  • 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 with PowerTab and want to give detailed input. This is only an alpha version and ...
    Posted to The PowerShell Guy (Weblog) by MoW on July 14, 2008
  • 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 to the Packet location and running Add-Module PowerTab - Using the Tokenizer - $_ ...
    Posted to The PowerShell Guy (Weblog) by MoW on July 7, 2008
  • 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 should work, utility functions are available but not all tested yet, ...
    Posted to The PowerShell Guy (Weblog) by MoW on July 5, 2008
  • 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 Constrain a runspace Use the debugging features to debug a script Use the data ...
    Posted to The PowerShell Guy (Weblog) by MoW on June 17, 2008
  • 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 the framework from testing) While I was translating the code in the last post PowerShell ...
    Posted to The PowerShell Guy (Weblog) by MoW on June 16, 2008
  • 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 it is a bit hard to grasp, and we can not create enums within a namespace only ...
    Posted to The PowerShell Guy (Weblog) by MoW on June 2, 2008
Powered by Community Server (Personal Edition), by Telligent Systems