BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage PowerShell Content on InfoQ

  • PowerShell for IIS

    The push for making Windows configurable from the command line continues with the IIS 7 PowerShell Provider.

  • Using Windows PowerShell from VBScript, JScript

    Sapien Technologies has made available ActiveX PowerShell (ActiveXPosh), a free scripting tool which allows calling the Windows PowerShell from any COM compatible scripting language like VBScript or JScript. ActiveXPosh is useful to enhance existing scripts to make use of the PowerShell functionality.

  • ASP.NET Programming Using Windows PowerShell

    In an attempt to fill in an existing gap, NSoftware has made available a power shell toy, named PowerShellASP, which allows ASP.NET programmers to access the functionality of Windows PowerShell from inside ASP pages.

  • PowerShell Management Library for Hyper-V Posted on CodePlex

    James O'Neill from Microsoft has posted the PowerShell Management Library for Hyper-V Beta 0.9 on CodePlex. The library currently contains 66 functions used to manage the virtual machines running in Hyper-V.

  • Gallio .NET Test Automation Platform

    Gallio is an automation platform targeting .NET test frameworks. Instead of each test framework creating its own toolset, including an automation API and test runner, Gallio seeks to provide a neutral, extensible platform with tools and automation services that can be leveraged by any test framework.

  • Manipulate Office Documents from the Command Line

    PowerTools for Open XML is a PowerShell extension that makes it easy to create and manipulate MS Office documents from the command line.

  • SQL Server PowerShell Extensions

    PowerShell is quite possibly going to be the most important language for Windows administrators over the next few years. This is all the more evident when you look at the extensive PowerShell support being added to Microsoft server products such as SQL Server.

  • IBM Adds PowerShell Support for WebSphere MQ

    PowerShell is starting to gain acceptance with major players. IBM has announced that WebSphere MQ can now be managed using PowerShell. WebSphere objects such as Channels, Listeners, Queues, and Services can be created, examined, and modified from the command line. IBM's WMQ blog has posted a series on how to perform these actions.

  • PowerShell Scripting Added to SQL Server 2008

    Francois Ajenstat has recently announced that SQL Server is the next to pick up PowerShell scripting in the next CTP.

  • Free PowerShell Book

    Frank Koch of Microsoft Switzerland has released a free mini-book on Windows PowerShell. Highlights include piping objects instead of text between commands and browsing the registry as if it were a file system.

  • Why Cmdlets?

    Jeffrey Snover describes the differences between using Cmdlets and APIs. He concludes with "Cmdlets are designed for Admins at keyboards while APIs are not. Cmdlets are the very heart and soul of PowerShell."

  • Interview: Walt Ritscher at VSLive

    InfoQ sat down with Walt Ritscher at VSLive Toronto to talk about WPF, Web 2.0, and Microsoft code naming conventions. Walt prophecies where he thinks WPF excels and who will build the killer apps in WPF. Included is a quick history on AJAX, where to use it and why it took 7 years to become relevant. Walt also shares his new favorite Windows technology, Windows PowerShell.

  • Editing DSLs using Notepad++

    When properly used, a Domain Specific Language or DSL can drastically reduce development time. Unfortunately, editing DSL files usually has to be done manually with simple text editors like Notepad. This is where Notepad++ comes in.

  • Windows PowerShell Released

    For the first time Microsoft has released a new command line shell for Windows. PowerShell, formally known as Monad, replaces the venerable DOS-based CMD. Billed as an "object-orientated" shell, PowerShell has the ability to leverage COM and CLR objects directly from the command line.

  • Windows PowerShell RC 2 Available

    Windows PowerShell RC 2 is now available for Windows XP SP 2 and Windows 2003 Server SP 1. Release Candidate 2 adds direct support for ADSI and improves support for WMI.

BT