Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Blog - Title
May, 2008
MSDN Blogs
>
Windows PowerShell Blog
>
May, 2008
Server & Tools Blogs
>
Server & Management Blogs
>
Windows PowerShell Blog
All About Windows Server
Windows Server
Windows Server Essentials Blog
Partner & Customer Solutions
Ask The
Performance Team
Ask Premier Field Engineering
Ask the Core Team
Cloud OS Blogs
Brad Anderson - In the Cloud
Building Clouds
Server & 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 Team Blog
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
Tags
Advanced Functions
CMDLET
Community
CTP3
DOCUMENTATION
DOTNET
FAQ
Get-Help
HowTo
INTERNAL
Jeffrey Snover
LANGUAGE
PHILOSOPHY
PowerShell
PowerShell Deep Dive
PowerShell ISE
PowerShell V2
Presentation
Quest
Remoting
Sapien
TechED
Windows Server 2012
WMI
WPF
More
▼
Less
▲
Archives
Archives
July 2013
(2)
June 2013
(1)
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
▲
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Windows PowerShell Blog
New Free Windows PowerShell Quick Reference Card
Posted
over 5 years ago
by
PowerShell Team
29
Comments
I've been working with the folks over at Developer Zone on a quick reference card for PowerShell, based on my book . The card is now complete and is available as a free download. (PDF, registration required.) This is an 8-page card that covers the...
Windows PowerShell Blog
WPF & PowerShell - Part 7 (Sharing Hosts)
Posted
over 5 years ago
by
PowerShell Team
5
Comments
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...
Windows PowerShell Blog
WPF & PowerShell - Part 6 (Running Functions in the Background)
Posted
over 5 years ago
by
PowerShell Team
3
Comments
For the next part in the series, I've introduced another update to the Show-Control function you first met in Part 4. In this update, I've added the ability to run the control you've created in a background runspace as a switch. In order to do this...
Windows PowerShell Blog
WPF & PowerShell - Part 5 ( Using WPF & PowerShell Modules)
Posted
over 5 years ago
by
PowerShell Team
2
Comments
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...
Windows PowerShell Blog
PowerShell and WPF: WTF
Posted
over 5 years ago
by
PowerShell Team
9
Comments
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...
Windows PowerShell Blog
WPF & PowerShell -- Part 4 (XAML & Show-Control)
Posted
over 5 years ago
by
PowerShell Team
9
Comments
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...
Windows PowerShell Blog
WPF & PowerShell -- Part 3 (Handling Events)
Posted
over 5 years ago
by
PowerShell Team
2
Comments
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...
Windows PowerShell Blog
WPF & PowerShell – Part 2 (Exploring WPF (and the rest of .NET) with Scripts)
Posted
over 5 years ago
by
PowerShell Team
5
Comments
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...
Windows PowerShell Blog
WPF & PowerShell – Part 1 ( Hello World & Welcome to the Week of WPF )
Posted
over 5 years ago
by
PowerShell Team
26
Comments
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...
Windows PowerShell Blog
Strict Mode: V1 Debug Tool V1 / V2 Best Practice
Posted
over 5 years ago
by
PowerShell Team
8
Comments
When we designed PowerShell we decided that we wanted to have Shell syntax and semantics because this is what was missing from the market and because it supports the ad hoc development practice that is so suited to the needs of administrators. We also...
Windows PowerShell Blog
The Future Is Here Today
Posted
over 5 years ago
by
PowerShell Team
8
Comments
Would like to see what a PowerShell V2 world would look like? If so, check out Jaykul Bennett's Select-Grid script HERE . Here is what impresses me so much about this: It is very useful to a broad range of users. It is simple to use and beautiful...
Windows PowerShell Blog
PowerShell on WS08 Server Core!!!!
Posted
over 5 years ago
by
PowerShell Team
12
Comments
Superstar Dmitry Sotnikov has done the world a great service today by documenting how to get PowerShell running on WS08 Server Core HERE . Just to be clear, this is not a MSFT supported configuration. That does NOT mean that we think it won't work. What...
Windows PowerShell Blog
TIOBE: PowerShell on its way to the top 20 (Programming Languages)
Posted
over 5 years ago
by
PowerShell Team
3
Comments
The TIOBE Programming Community Index provides a monthy rating of the popularity of programming languages. This month's headline was: PowerShell on its way to the top 20 I'm not sure how they rate popularity or how they came up with that title ...
Windows PowerShell Blog
Doug Finke's Amazing 7 Minute C# => PowerShell Demo
Posted
over 5 years ago
by
PowerShell Team
1
Comments
Doug Finke has just posted a blog entry HERE with an awesome 7 minute video demo HERE. I HIGHLY recommend this as a great use of 7 minutes of your life (or as Doug points out, you can type Ctrl-Shift-G to speed it up and it will be a great use of 4-5...
Windows PowerShell Blog
In Praise of TypeConverters - Spread the Love
Posted
over 5 years ago
by
PowerShell Team
1
Comments
I just got through reading Scott Hanselman's blog entry: TypeConverters: There's not enough TypeDescripter.GetConverter in which he referenced Jesse Liberty's blog entry: Did You Know That... Type Converters allow you to use property attributes...
Windows PowerShell Blog
Remoting with PowerShell QuickStart
Posted
over 5 years ago
by
PowerShell Team
27
Comments
PowerShell V2 introduces a new capability which allows you to remotely manage machines in your organization. I will give a basic overview of PowerShell remoting here and follow it up with some adavanced topics later. Are you ready for the fun.. A remote...
Windows PowerShell Blog
Fun with Script Cmdlets
Posted
over 5 years ago
by
PowerShell Team
6
Comments
Script Cmdlets are one of the coolest things about the newer version of PowerShell. A Script cmdlet allows you to use all of the variety of cmdlet parameter sets inside of PowerShell functions. Since Script Cmdlets are PowerShell functions, and the...
Windows PowerShell Blog
PowerShell Transactions QuickStart
Posted
over 5 years ago
by
PowerShell Team
8
Comments
The second CTP of PowerShell V2 (CTP2) introduces full engine support for transactions – groups of actions that can be finalized or undone in an all-or-nothing way. Wikipedia gives a great overview of transactions here: http://en.wikipedia.org/wiki/Database_transactions...
Windows PowerShell Blog
Announcing the release of Community Technology Preview-2 (CTP2) of Windows PowerShell V2
Posted
over 5 years ago
by
PowerShell Team
12
Comments
The Windows PowerShell Team is pleased to release the second Community Technology Preview (CTP2) of Windows PowerShell V2! This release adds a plethora of new features. PowerShell remoting now allows a one-to-one interactive experience. Thought about...
Windows PowerShell Blog
MMS: What's Coming In PowerShell V2
Posted
over 5 years ago
by
PowerShell Team
14
Comments
MMS is going well. Yesterday Dan and Bruce presented an Introduction To PowerShell talk and then we all presented a What's Coming In PowerShell V2 talk. The slides are attached. Cheers! Jeffrey Snover [MSFT] Windows Management Partner Architect...
Page 1 of 1 (20 items)