|
|
Browse by Tags
All Tags » CTP2
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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
- $_ ...
-
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, ...
-
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 ...
-
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 ...
-
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 ...
|
|
|