Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
MSDN Blogs
>
Windows PowerShell Blog
>
All Tags
>
powershell
Server & Tools Blogs
>
Server & Management Blogs
>
Windows PowerShell Blog
All About Windows Server
Windows Server
Windows Server Essentials Blog
Building Clouds
Partner & Customer Solutions
Server & Cloud
Ask The
Performance Team
Ask Premier Field Engineering
Ask the Core Team
Cloud & Datacenter Management
The System Center Team Blog
System Center Virtual Machine Manager
System Center Service Manager
System Center Operations Manager
System Center Data Protection Manager
System Center Orchestrator
Partner & Customer Solutions
Client Management
System Center Configuration Manager
System Center Service Manager
MDOP
Malware Protection Center
Windows Intune
SUS
Partner and Customer Solutions
Virtualization, VDI & Remote Desktop
Virtualization Team Blog
Ben Armstrong’s Virtualization Blog
Jose Barreto Blog on Hyper-V
Partner & Customer Solutions
Remote Desktop Services
Windows Multipoint Server
Ask the Core Team on Hyper-V
File & Storage & High Availability
File & Storage
Jose Barreto
Partner & Customer Solutions
Ask the Core Team on Failover Cluster
Clustering & High Availability
Windows Server Management
PowerShell
Hey Scripting Guy (PowerShell)
Server Manager
Group Policy
Networking
Identity & Access
Ask Directory Services
Active Directory
Microsoft Leadership
Brad Anderson - In the Cloud
Windows PowerShell Blog
Automating the world one-liner at a time…
Live Now on Server & Tools Blogs
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
Recent Posts
Microsoft Script Explorer: Next Steps
Posted
1 month ago
by
PowerShell Team
0
Comments
Windows PowerShell 3.0 SDK Sample Pack
Posted
2 months ago
by
PowerShell Team
0
Comments
First German PowerShell Community Conference
Posted
3 months ago
by
PowerShell Team
0
Comments
Updatable Help speaks only English! What’s up with that?
Posted
4 months ago
by
PowerShell Team
4
Comments
Tags
3rd Party Products
Add-Type
Bash
CMDLET
Community
CTP3
demos
Discoverability Gap
DOCUMENTATION
Functions
Get-Command
Get-Help
Getting Started
Help
installation
LANGUAGE
PowerShell Release
PowerShell Workflow
Release/Download
STA
Windows Management Framework
Windows Server 2012
Workflow
WPF
XAML
Archives
Archives
April 2013
(1)
March 2013
(1)
January 2013
(2)
December 2012
(1)
October 2012
(2)
September 2012
(2)
August 2012
(1)
July 2012
(5)
June 2012
(9)
May 2012
(1)
April 2012
(3)
March 2012
(7)
February 2012
(1)
January 2012
(1)
December 2011
(2)
October 2011
(3)
September 2011
(3)
August 2011
(2)
July 2011
(2)
June 2011
(1)
May 2011
(1)
April 2011
(5)
March 2011
(4)
February 2011
(4)
January 2011
(2)
December 2010
(2)
November 2010
(1)
October 2010
(1)
September 2010
(1)
July 2010
(1)
June 2010
(9)
May 2010
(7)
April 2010
(4)
March 2010
(3)
February 2010
(7)
January 2010
(8)
December 2009
(8)
November 2009
(9)
October 2009
(7)
September 2009
(12)
August 2009
(8)
July 2009
(11)
June 2009
(16)
May 2009
(15)
April 2009
(18)
March 2009
(15)
February 2009
(6)
January 2009
(45)
December 2008
(31)
November 2008
(5)
October 2008
(12)
September 2008
(14)
August 2008
(8)
July 2008
(15)
June 2008
(26)
May 2008
(20)
April 2008
(18)
March 2008
(18)
February 2008
(12)
January 2008
(13)
December 2007
(4)
November 2007
(26)
October 2007
(6)
September 2007
(8)
August 2007
(11)
July 2007
(5)
June 2007
(27)
May 2007
(33)
April 2007
(11)
March 2007
(28)
February 2007
(16)
January 2007
(34)
December 2006
(25)
November 2006
(26)
October 2006
(10)
September 2006
(17)
August 2006
(16)
July 2006
(20)
June 2006
(22)
May 2006
(11)
April 2006
(62)
More
▼
Less
▲
Tagged Content List
Blog Post:
Microsoft Script Explorer: Next Steps
PowerShell Team
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...
on
5 Apr 2013
Blog Post:
Windows PowerShell 3.0 SDK Sample Pack
PowerShell Team
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...
on
17 Mar 2013
Blog Post:
Updatable Help speaks only English! What’s up with that?
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...
on
17 Jan 2013
Blog Post:
New-Workflow –MakeItEasy: Authoring Workflows using PowerShell Extended Syntax
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...
on
21 Jul 2012
Blog Post:
High Level Architecture of Windows PowerShell Workflow (Part 1)
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...
on
15 Jun 2012
Blog Post:
When Windows PowerShell Met Workflow
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...
on
16 Mar 2012
Blog Post:
Peering into script modules
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...
on
3 Jun 2009
Blog Post:
Differences between the ISE and PowerShell console
PowerShell Team
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...
on
17 Apr 2009
Blog Post:
Some WMI instances can have their first method call fail and get-member not work in PowerShell V1
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 call a method...
on
12 Aug 2008
Blog Post:
Speeding Up PowerShell Startup
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...
on
11 Jul 2008
Blog Post:
Bash vs PowerShell
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...
on
7 Jul 2008
Blog Post:
WPF & PowerShell - Part 7 (Sharing Hosts)
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...
on
28 May 2008
Blog Post:
WPF & PowerShell - Part 5 ( Using WPF & PowerShell Modules)
PowerShell Team
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...
on
26 May 2008
Blog Post:
PowerShell and WPF: WTF
PowerShell Team
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...
on
25 May 2008
Blog Post:
WPF & PowerShell -- Part 4 (XAML & Show-Control)
PowerShell Team
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...
on
24 May 2008
Blog Post:
WPF & PowerShell -- Part 3 (Handling Events)
PowerShell Team
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...
on
23 May 2008
Blog Post:
WPF & PowerShell – Part 2 (Exploring WPF (and the rest of .NET) with Scripts)
PowerShell Team
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...
on
23 May 2008
Blog Post:
WPF & PowerShell – Part 1 ( Hello World & Welcome to the Week of WPF )
PowerShell Team
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...
on
22 May 2008
Page 1 of 1 (18 items)