Showing results for PowerShell - PowerShell Team

Jan 17, 2013
Post comments count0
Post likes count0

Updatable Help speaks only English! What’s up with that?

PowerShell Team
PowerShell Team

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 very many new cmdlets and modules for Windows Po...

PowerShellDOCUMENTATIONGet-Help
Jul 21, 2012
Post comments count0
Post likes count0

New-Workflow –MakeItEasy: Authoring Workflows using PowerShell Extended Syntax

PowerShell Team
PowerShell Team

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 syntax and various extensions to it. Why we chose to e...

PowerShellWindows Server 2012LANGUAGE
Jun 15, 2012
Post comments count0
Post likes count0

High Level Architecture of Windows PowerShell Workflow (Part 1)

PowerShell Team
PowerShell Team

  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 engine into PowerShell to make it sim...

PowerShellWindows Management FrameworkWindows Server 2012
Mar 16, 2012
Post comments count0
Post likes count0

When Windows PowerShell Met Workflow

PowerShell Team
PowerShell Team

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 provides a set of highly available, scala...

PowerShellWindows Management FrameworkCommunity
Jun 3, 2009
Post comments count0
Post likes count0

Peering into script modules

PowerShell Team
PowerShell Team

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 state: & $module {script block} Th...

PowerShellModules
Apr 17, 2009
Post comments count0
Post likes count0

Differences between the ISE and PowerShell console

PowerShell Team
PowerShell Team

Here is a collection of differences between the PowerShell_ise.exe and PowerShell.exe, as well as workaroundsand suggestion if you need them (assuming we have them :)) There could be others, but parity with PowerShell is a big thing for the ISE. Cheers,Ibrahim Abdul Rahim[MSFT]

PowerShellCTP3PowerShell V2
Aug 12, 2008
Post comments count0
Post likes count0

Some WMI instances can have their first method call fail and get-member not work in PowerShell V1

PowerShell Team
PowerShell Team

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 ca...

PowerShellWMI
Jul 11, 2008
Post comments count0
Post likes count0

Speeding Up PowerShell Startup

PowerShell Team
PowerShell Team

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 do the step that makes thin...

PowerShellPerformance
Jul 7, 2008
Post comments count0
Post likes count0

Bash vs PowerShell

PowerShell Team
PowerShell Team

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 assumed they knew what we ...

PowerShellBash
May 28, 2008
Post comments count0
Post likes count0

WPF & PowerShell – Part 7 (Sharing Hosts)

PowerShell Team
PowerShell Team

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 work your way through .NET code, and help you ...

PowerShellWPF