Sign In
MSDN Blogs
Microsoft Blog Images
More ...
Blog - Title
MSDN Blogs
>
Windows PowerShell Blog
Server & Tools Blogs
>
Server & Management Blogs
>
Windows PowerShell Blog
All About Windows Server
Windows Server
Private Cloud
Partner & Customer Solutions
Server & Cloud
Windows Server Essentials & Small Business Server
System Center
Server & Cloud
System Center: Virtual Machine Manager
System Center: Service Manager
System Center: Operations Manager
System Center: Data Protection Manager
System Center: Configuration Manager
System Center: Orchestrator
Virtualization
Virtualization
Virtual PC Guy
Jose Barreto
Private Cloud
Partner & Customer Solutions
Server & Cloud
VDI & Remote Desktop Services
Remote Desktop Services
File & Storage & High Availability
File & Storage
Jose Barreto
Partner & Customer Solutions
Clustering & High Availability
Management
Windows PowerShell
Hey Scripting Guy (PowerShell)
Server Manager
SUS
Identity & Access
Ask Directory Services
Active Directory
Group Policy
Other Windows Server Technologies
Ask The
Performance Team
Networking
Ask Premier Field Engineering
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
Quest
Remoting
Sapien
TechED
Video
Windows Server 2012
WMI
WPF
More
▼
Less
▲
Archives
Archives
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
WMI cheat sheet for PS users
Posted
6 days ago
by
PowerShell Team
0
Comments
Hi, We got multiple requests to publish the cheat sheet for CIM Cmdlets that was distributed in Tech Ed NA this year. Responding to popular demand, this document is attached as PDF . This is a great resource put together by WMI team for people who...
Windows PowerShell Blog
Joining Multiple Tables, Grouping and Evaluating Totals
Posted
1 month ago
by
PowerShell Team
0
Comments
Joining Multiple Tables, Grouping And Evaluating Totals This is a continuation to the Join-Object blog post considering multiple joins and SQL style grouping and total evaluation. Problem: In the Join-Object blog we’ve seen that relational...
Windows PowerShell Blog
Windows Management Framework 3.0 Available for Download
Posted
1 month ago
by
PowerShell Team
14
Comments
We hope that you’ve been enjoying all of the great new Windows PowerShell 3.0 features in Windows Server 2012 . We wanted to make sure that everyone knows the final release of Windows Management Framework 3.0 is also available for download from...
Windows PowerShell Blog
Managing Hardware devices from PowerShell
Posted
1 month ago
by
PowerShell Team
2
Comments
Steve did a very cool blog post last month about managing hardware that implements standard DMTF profiles (examples: Intel AMT , Broadcom TruManage ) http://blogs.msdn.com/b/wmi/archive/2012/08/08/standards-based-hardware-management-using-powershell...
Windows PowerShell Blog
Introduction to CIM Cmdlets
Posted
2 months ago
by
PowerShell Team
7
Comments
PowerShell 3.0 shipping with Windows server 2012 and Windows 8 brings a new set of Cmdlets to manage any server or device that complies with CIM and WS-Man standards defined by DMTF. In this blog post we will explore these new Cmdlets and how can they...
Windows PowerShell Blog
New-Workflow –MakeItEasy: Authoring Workflows using PowerShell Extended Syntax
Posted
3 months ago
by
PowerShell Team
0
Comments
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...
Windows PowerShell Blog
Windows PowerShell Web Access - Installation guide II
Posted
3 months ago
by
PowerShell Team
0
Comments
This blog is a continuation of the post on Basic installation guide for PowerShell Web Access . In the basic installation blog, we configured IIS with the default values used by the Install-PswaWebApplication cmdlet. This is the simplest way to install...
Windows PowerShell Blog
Join-Object
Posted
3 months ago
by
PowerShell Team
2
Comments
Problem: How do I join two lists of objects into a single list? Or the equivalent: How do I join two CSV files into a single one? Note that joining makes sense only when the two lists or CSV files have something in common. Why do we need Join...
Windows PowerShell Blog
Introducing Management OData Schema Designer
Posted
3 months ago
by
PowerShell Team
1
Comments
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...
Windows PowerShell Blog
OMI - Open Management Infrastructure to bring the power of PowerShell and standards to devices in your datacenter.
Posted
4 months ago
by
PowerShell Team
0
Comments
PowerShell community, We are pleased to announce availability of OMI - a highly portable, small footprint, high performance CIM Object Manager. OMI stands for Open Management Infrastructure, and it is available from Open Group as an open source project...
Windows PowerShell Blog
Snippets in Windows PowerShell ISE 3.0
Posted
4 months ago
by
PowerShell Team
2
Comments
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...
Windows PowerShell Blog
Basic installation guide for Windows PowerShell Web Access
Posted
4 months ago
by
PowerShell Team
3
Comments
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...
Windows PowerShell Blog
Improving the FileSystem Provider through Community feedback
Posted
4 months ago
by
PowerShell Team
7
Comments
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...
Windows PowerShell Blog
Running show-command to discover cmdlets
Posted
4 months ago
by
PowerShell Team
1
Comments
This blog post applies to the Windows PowerShell Version 3.0. Problem: How can I find out what cmdlets are available for a given task? Finding cmdlets in the traditional way If you know the basics of get-command, feel free to skip this section...
Windows PowerShell Blog
High Level Architecture of Windows PowerShell Workflow (Part 2)
Posted
4 months ago
by
PowerShell Team
2
Comments
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...
Windows PowerShell Blog
High Level Architecture of Windows PowerShell Workflow (Part 1)
Posted
4 months ago
by
PowerShell Team
1
Comments
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...
Windows PowerShell Blog
New V3 Language Features
Posted
4 months ago
by
PowerShell Team
9
Comments
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...
Windows PowerShell Blog
Intellisense in Windows PowerShell ISE 3.0
Posted
4 months ago
by
PowerShell Team
4
Comments
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...
Windows PowerShell Blog
Windows Management Framework 3.0 RC is Available for Download
Posted
5 months ago
by
PowerShell Team
5
Comments
Yesterday we published an RC version of the Windows Management Framework 3.0. Windows Management Framework 3.0 RC makes some updated management functionality available to earlier versions of Windows. Windows Management Framework 3.0 RC can be installed...
Windows PowerShell Blog
Going to TechEd? Join Us to Build a Solution on Windows PowerShell 3.0
Posted
5 months ago
by
PowerShell Team
6
Comments
To cap off TechEd North America this year we are going to host a half day Windows PowerShell scenario walkthrough. The event will take place at the Rosen Center on Friday June 15 from 8am – noon. During this time we will collectively solve a problem...
Windows PowerShell Blog
Running show-command for a cmdlet
Posted
6 months ago
by
PowerShell Team
11
Comments
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...
Windows PowerShell Blog
Microsoft Script Explorer for Windows PowerShell Beta 1 Now Available
Posted
6 months ago
by
PowerShell Team
3
Comments
We are very excited to announce the availability of Microsoft Script Explorer for Windows PowerShell (Script Explorer) Beta 1. Script Explorer is an extension of the Windows PowerShell content and guidance experience, combining the vast amount of knowledge...
Windows PowerShell Blog
Improved WMI experience in PowerShell 3.0
Posted
7 months ago
by
PowerShell Team
3
Comments
There is a famous quote often attributed to Jeffrey Snover, “IT Pros love and hate WMI. They love it because there is so much great stuff there. They hate it because it is complex to use”. Not to our surprise, most of the IT Pros and developers...
Windows PowerShell Blog
Schedule for the upcoming PowerShell Deep Dive and a few videos from Frankfurt
Posted
7 months ago
by
PowerShell Team
2
Comments
We’ve got a great lineup of sessions and speakers scheduled for the upcoming PowerShell Deep Dive in San Diego, CA on April 30 – May 2! The schedule was recently published on The Experts Conference site , and is also listed below for convenience...
Windows PowerShell Blog
Troubleshooting Windows Management Framework 3.0 Beta Installation
Posted
7 months ago
by
PowerShell Team
3
Comments
This blog post explains how to resolve problems that may occur when you install Windows Management Framework (WMF) 3.0 Beta. WMF 3.0 Beta includes Windows PowerShell 3.0 Beta. You can find the WMF 3.0 Beta installation package on the Microsoft Download...
Page 1 of 36 (884 items)
1
2
3
4
5
»