Showing results for 2007 - PowerShell Team

Dec 18, 2007
0
0

Windows PowerShell Help – Live on TechNet

PowerShell Team
PowerShell Team

Updated Windows PowerShell Help topics are now live in the TechNet library at http://technet.microsoft.com/en-us/library/bb978526.aspx. We'll be updating weekly, so keep it bookmarked and check back frequently.   If you misplace this easy-to-recall URL, you can find us anyway: 1.       Go to TechNet (http://techne...

Dec 17, 2007
0
1

out-gridview

PowerShell Team
PowerShell Team

One of the new feature areas for PowerShell V2 CTP is support for rich output.  The out-gridview cmdlet allows you to send the output of any PowerShell command into a fully interactive grid window.  This feature is available from standard PowerShell and Graphical PowerShell.  Out-GridView can be very useful if the output of your comm...

Dec 17, 2007
0
0

Installing Windows PowerShell V2 (CTP)

PowerShell Team
PowerShell Team

We released Windows PowerShell V2 (CTP) a while back. We have introduced remoting and Graphical PowerShell in the CTP and these place some additional set of dependencies on PowerShell installation. The earlier dependency on .Net 2.0 still holds good. 1.       WS-Management v1.1 is required for PowerShell remoting as t...

installationuninstallation
Dec 4, 2007
0
0

IBM Releases PowerShell Cmdlets to Manage WebSphere MQ

PowerShell Team
PowerShell Team

Dale Lane from IBM posted a blog entry HERE describing a set of PowerShell Cmdlets to manage WebSphere MQ.  You can download the PDF documentation and bits from the IBM website HERE.  The ZIP file contains a PDF called PowerShellCookBook which has a bunch of examples of how to use the cmdlets. Let me be quick to so that they did a very g...

Nov 28, 2007
0
0

Distributed PowerShell Available Today Via Specops Command

PowerShell Team
PowerShell Team

When I worked in the CTO office at Tivoli, I identified the fact that there were just a handful of design patterns for distributed applications and distributed management in particular.  We then started a management framework project to support those design patterns which we would then build all our products on top of.  Then one day I got...

Nov 27, 2007
0
0

RedMonk On System Center, Virtualization, IBM, and PowerShell

PowerShell Team
PowerShell Team

Michael Cote and James Governor of RedMonk have a good video on their view of the state of Microsoft as of IT Forum 2007 HERE.  These guys are both smart and fun and their perspective is always enjoyable.  I thought these guys were wicked smart before I saw this video but then around the 9:15 mark James says, "PowerShell ... is the m...

Nov 27, 2007
0
0

Learning PowerShell

PowerShell Team
PowerShell Team

John Sheehan has blogged his experiences learning PowerShell over his Thanksgiving holiday.  You can read about them HERE.  I found it a fun read. Jeffrey Snover [MSFT] Windows Management Partner Architect Visit the Windows PowerShell Team blog at:    http://blogs.msdn.com/PowerShell Visit the Windows PowerShell Sc...

Nov 27, 2007
0
0

New-HashTable

PowerShell Team
PowerShell Team

John Sheehan the architect for Microsoft Application Virtualization (aka SoftGrid) recently jumped on the PowerShell bandwagon and was nice enough to write up his experiences.  At one point he wrote himself a process monitor which involved putting all the processes into a hashtable indexed by ProcessID.  This is a fairly trivial piece of ...

Nov 27, 2007
0
0

PowerShell Plus Beta Available

PowerShell Team
PowerShell Team

I just got mail from Tobias Weltner letting me know that they are making PowerShell Plus free for non-commercial use.  If you have not checked this tool out - you should. PowerShell Plus is like what you'd get if the Console spent a year with a 24x7 IV drip of steriods.  It is in beta now but is it appears to be in reasonable shape....

Nov 27, 2007
0
0

Graphing with Glee

PowerShell Team
PowerShell Team

Doug Finke has a blog HERE which shows you how to use PowerShell to program GLEE - Graph Layout Execution Engine.  GLEE is a .NET tool for graph layout and viewing developed by Lev Nachmanson of Microsoft Research.  You can read more about GLEE HERE. I got pretty excited about this and grabbed Doug's example and hacked up a few functions...