Showing results for Windows Server 2012 - PowerShell Team

Jul 21, 2012
0
0

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

PowerShellWindows Server 2012LANGUAGE
Jul 10, 2012
0
0

Introducing Management OData Schema Designer

PowerShell Team
PowerShell Team

We are excited to introduce the new Management OData Schema Designer tool. The tool’s goal is to accelerate evaluation /development on top of “Management OData IIS Extension” optional Windows Server 2012 feature. A very informative introduction about this feature can be found in the Standards based management in Windows Server 8 by ...

Windows Server 2012
Jun 27, 2012
0
0

Snippets in Windows PowerShell ISE 3.0

PowerShell Team
PowerShell Team

This blog post applies to the Windows PowerShell Integrated Scripting Environment (ISE) in Windows 8 and Windows Server 2012.  The ISE is also fully supported and available when Server 2012 is deployed using the Minimal Server Interface.  To start ISE, type ise  in a PowerShell console and press Enter Snippets provide a convenient way to ...

PowerShell ISEWindows Server 2012
Jun 26, 2012
0
0

Basic installation guide for Windows PowerShell Web Access

PowerShell Team
PowerShell Team

Windows PowerShell Web Access is a new feature in Windows Server 2012. It is an IIS application that provides a Windows PowerShell console in a web browser. The IIS application acts as a gateway between the web browser and the machines that you can connect to in your environment. These machines should have Windows PowerShell remoting enabled. ...

Windows Server 2012PowerShell Web Access
Jun 21, 2012
0
0

Improving the FileSystem Provider through Community feedback

PowerShell Team
PowerShell Team

One of the things we love about the Windows PowerShell community is that folks are not shy. It turns out that having a vocal community is a great way to build and evangelize a product like ours. Of course, the Unix guys had this all figured out a long time ago. Positive comments are good and all, but it’s difficult to really improve without ...

CommunityWindows Server 2012MVP
Jun 19, 2012
0
0

High Level Architecture of Windows PowerShell Workflow (Part 2)

PowerShell Team
PowerShell Team

This is the second part of our post on the high level architecture of Windows PowerShell Workflow. Part 1 of this blog post provided an overview of the architecture and its various components. This post will go into more detail on the various subcomponents and provide some insight into the internals of Windows PowerShell Workflow. The component ...

Windows Server 2012PowerShell Workflow
Jun 15, 2012
0
0

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

PowerShellWindows Management FrameworkWindows Server 2012
Jun 13, 2012
0
0

New V3 Language Features

PowerShell Team
PowerShell Team

We’ve already discussed the biggest new PowerShell language feature – workflows – in a previous post.  In this post, I’m going to describe a number of small changes we’ve made to the language.  Most of the changes described here don’t introduce any new syntax, but I think you’ll agree that most of...

Windows Server 2012LANGUAGE
Jun 12, 2012
1
0

Intellisense in Windows PowerShell ISE 3.0

PowerShell Team
PowerShell Team

This blog post applies to the Windows PowerShell Integrated Scripting Environment (ISE) in Windows 8 and Windows Server 2012.  The ISE is also fully supported and available when Server 2012 is deployed using the Minimal Server Interface.  To start ISE, type ise  in a PowerShell console and press Enter Very few things can be considered “cool...

PowerShell ISEWindows Server 2012
Apr 12, 2012
1
0

Running show-command for a cmdlet

PowerShell Team
PowerShell Team

Problem: Figuring out a cmdlet from its syntax can be overwhelming, especially for people new to PowerShell. PS C:\> get-command get-process -syntax Get-Process [[-Name] <string[]>] [-ComputerName <string[]>] [-Module] [-FileVersionInfo] [<CommonParameters>] Get-Process -Id <int[]> [-ComputerName <string[]>...

PowerShell ISEWindows Server 2012