Browse by Tags

Tagged Content List
  • Blog Post: Microsoft Script Explorer: Next Steps

    For those who are familiar with Microsoft Script Explorer for Windows PowerShell, you know that we haven't released additional updates to it since we published the release candidate (RC) in August 2012. Over the past few months, we have been talking with customers and partners and taking a hard look...
  • Blog Post: Windows PowerShell 3.0 SDK Sample Pack

    We're pleased to announce the availability of the Windows PowerShell 3.0 SDK Sample Pack. For Windows PowerShell 3.0, the SDK samples work a little differently than in previous releases of Windows PowerShell. For Windows PowerShell 2.0, we released a separate standalone SDK to the Download Center at...
  • Blog Post: Updatable Help speaks only English! What’s up with that?

    Our customers have certainly not been shy about their interest in multiple languages of Windows PowerShell Updatable Help, and we're grateful to hear how much they would value localized Help. Our challenge is this: Updatable Help is a new feature for this release of Windows PowerShell, and we have so...
  • Blog Post: New-Workflow –MakeItEasy: Authoring Workflows using PowerShell Extended Syntax

    Some time back, in his blog post , Jeffrey Snover introduced one of the new Windows PowerShell 3.0 feature – Windows PowerShell Workflow . In that post, you saw a glimpse of how to author workflows using PowerShell syntax. This post dives into more details of authoring workflows using PowerShell...
  • Blog Post: High Level Architecture of Windows PowerShell Workflow (Part 1)

      1 Summary In March we introduced Windows PowerShell Workflow (PSWF), which explained why we integrated workflows with PowerShell, and what were our major investment areas for our first release. In a recent post , Jeffrey Snover summarizes this decision: “ We integrated the Windows Workflow Foundation...
  • Blog Post: When Windows PowerShell Met Workflow

    Meet the new kid on the block! Windows PowerShell Workflow (PSWF) is the latest addition to the Windows PowerShell family. First, let’s establish the context for the decision to integrate workflows into Windows PowerShell. It starts with cloud computing and Windows-based datacenters. Cloud computing...
  • Blog Post: Peering into script modules

    Sometimes it’s handy to access internal elements of script modules. For instance you may be using a 3rd party module in your application and would like to see the internal state for debugging purposes. This can be accomplished with the invoke operator (&) which allows you to access a modules session...
  • Blog Post: Differences between the ISE and PowerShell console

    Here is a collection of differences between the PowerShell_ise.exe and PowerShell.exe, as well as workarounds and suggestion if you need them (assuming we have them :)) Limited support for interactive console apps, try cmd.exe, then try cmd.exe /k cmd.exe /c dir still works though, and more...
  • Blog Post: Some WMI instances can have their first method call fail and get-member not work in PowerShell V1

    Due to a problem retrieving the available methods in V1 that we have worked around for the upcoming version of PowerShell, you might experience that the first method call to a WMI object fails with a message that mentions: Exception calling GetType() with “0” argument(s): “You cannot call a method...
  • Blog Post: Speeding Up PowerShell Startup

    I talked about this before but a number of people have missed it so here it is under a better title. In V1, we had a problem which caused our assemblies to not get ngen'ed during installation. If you don't know what "ngen" is, don't worry - you don't need to. All you need to know is that we didn't...
  • Blog Post: Bash vs PowerShell

    Marcus Nasarek did a nice comparison of Bash vs PowerShell in Linux magazine HERE . It is only 2 pages but he covers the key elements and has been very fair to it. I appreciate the fact that he took the time to clearly understand PowerShell. In the past, a number of people in the Linux community have...
  • Blog Post: WPF & PowerShell - Part 7 (Sharing Hosts)

    Well here we are at the end of a week of WPF.  We've learned how to create basic, simple user interactive interfaces.  We've seen a brief glimmer of the golden UI layer that is WPF, and have seen how we can use PowerShell to add easy interactivity to XAML.  You've seen tricks to help you...
  • Blog Post: WPF & PowerShell - Part 5 ( Using WPF & PowerShell Modules)

    In the last post we met XAML, and I gave you a core function (Show-Control) that will help you make interactive WPF controls quite nicely in PowerShell. You can see that, by using Show-Control, it is possible to reduce the size and complexity of a script that creates UI. Today, I'll show you how to...
  • Blog Post: PowerShell and WPF: WTF

    A number of people are confused by the WPF/PowerShell series and are "asking WTF?". Aaron has a blog entry, WPF and PowerShell Series - I don't get it . Caywen left a comment on the first in posting saying, "Ugh, I could make a peanut butter and squid sandwich, but that doesn't mean you should." (I like...
  • Blog Post: WPF & PowerShell -- Part 4 (XAML & Show-Control)

    We're not halfway through our week of WPF, and I'm pretty sure at this point that you have an all right grounding in the basics of WPF & PowerShell, but so far, the scripts haven't really been very much like most PowerShell scripts, and the UIs have not been like most WPF UIs. The scripts have been...
  • Blog Post: WPF & PowerShell -- Part 3 (Handling Events)

    So far, most of the wpf and powershell scripts you have seen have seen just show you something, but don’t do anything that interactive. However, In order to make real applications you need to be able to handle events. Luckily, PowerShell can make that pretty easy. It is possible to cast a script...
  • Blog Post: WPF & PowerShell – Part 2 (Exploring WPF (and the rest of .NET) with Scripts)

    In my previous post, I showed you how to create “Hello World” scripts using Windows Presentation Foundation (WPF) and Windows PowerShell. While “Hello World” is relatively easy to write with WPF, it is only the tip of the iceberg of the types of quick user interfaces you can write. Windows Presentation...
  • Blog Post: WPF & PowerShell – Part 1 ( Hello World & Welcome to the Week of WPF )

    Welcome to the Week of WPF. During the next 7 days, I’ll help show you how you can use WPF and PowerShell together. PowerShell could always script almost everything in .NET, but, prior to the recent CTP2 you could not script Windows Presentation Foundation (WPF) in PowerShell. Now you can script...
Page 1 of 1 (18 items)