Data view of current pipeline results in PowerShell Plus
February 10th, 2008 by KarlOne of our goals is to bring the most important functionality of PowerShell Analyzer over to PowerShell plus as we consolidate into one product. Here is one example. It looks a little different than in PowerShell Analyzer , but we feel its just as useful, and it has a few new features added to it.
In PowerShell Plus you can see Variables and properties. by enabling it from the menu (Toolbars->Variables+Property) or easily toggle it with CTRL-T
You can see it has rich features where you can search and filter different variables, then when you click on one have it show up in the property grid. However we aren’t going deep into that today. we are covering the “View Current Pipeline” option
When you click this button, it toggles from showing the variables. to the actual results of the pipeline. So whenever you run something.. the actual results are shown as usual on the left as text, but also the actual dotnet objects that are returned by the command show up in the variable pane. and when you click on an item there, you can see all the properties for that particular object.
So in the above example I ran a command that on the first 5 processes in the system, and the current date. In the variable explorer you can see those 5 processes and the date and time. Also the 2nd process has been clicked on, and you can see all its properties in the property grid, including descriptions of the properties. You get to see a lot more data than PowerShell gives you as text.
You can download Powershell Plus from http://www.powershell.com
-Karl
Technorati Tags: powershell,powershell plus,shell Tools,IDE,scripting
Posted in Feature, Powershell, Powershell Analyzer, Powershell Plus, Shell Tools | No Comments »

Entire RSS