Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Blog - Title
February, 2010
MSDN Blogs
>
Windows PowerShell Blog
>
February, 2010
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 Platform 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
Client Management
System Center Configuration Manager
System Center Service Manager
Malware Protection Center
Microsoft Intune
SUS
Enterprise Mobility
Virtualization, VDI & Remote Desktop
Virtualization Team Blog
Ben Armstrong’s Virtualization Blog
Jose Barreto Blog on Hyper-V
Remote Desktop Services
Windows Multipoint Server
Ask the Core Team on Hyper-V
Enterprise Mobility
File & Storage & High Availability
File & Storage
Jose Barreto
Ask the Core Team on Failover Cluster
Clustering & High Availability
Windows Server Management
PowerShell
Hey Scripting Guy (PowerShell)
Server Manager
Networking
Identity & Access
Ask Directory Services
Active Directory Team Blog
Enterprise Mobility
Windows PowerShell Blog
Automating the world one-liner at a time…
Top Server & Tools Blogs
ScottGu's Blog
Brad Anderson’s "In the Cloud" Blog
Somasegar's Blog
Brian Harry's Blog
Steve "Guggs" Guggenheimer's Blog
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
Tags
Advanced Functions
CTP3
Desired State Configuration
DOCUMENTATION
DOTNET
DSC
DSC Resource Kit
FAQ
HowTo
Jeffrey Snover
PHILOSOPHY
PowerShell
PowerShell 4.0
PowerShell Deep Dive
PowerShell ISE
PowerShell V2
Quest
Remoting
Sapien
TechED
Windows PowerShell 4.0
Windows PowerShell Desired State Configuration
Windows Server 2012
WMI
WPF
More
▼
Less
▲
Archives
Archives
November 2014
(9)
October 2014
(5)
September 2014
(4)
August 2014
(3)
July 2014
(3)
June 2014
(2)
May 2014
(5)
April 2014
(7)
March 2014
(2)
February 2014
(6)
January 2014
(3)
December 2013
(7)
November 2013
(7)
October 2013
(5)
August 2013
(1)
July 2013
(4)
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
PSStandardMembers – The Stealth Property
Posted
over 4 years ago
by
PowerShell Team
4
Comments
Today I got the question I’ve looked into all of my.format.ps1xml files but I can’t find out where Format-List is getting its default view for, say, System.Diagnostics.Process: PS> ps |select -first 1 |fl Id : 7616 Handles...
Windows PowerShell Blog
Windows Management Framework Install Failure and Investigation
Posted
over 4 years ago
by
PowerShell Team
6
Comments
Since Windows Management Framework was released Oct. 2009, our customers have been excited about using PowerShell 2.0 on down-level OSes. Meanwhile, we also received feedback from both internal and external customers about our product issues. One of them...
Windows PowerShell Blog
Building on PowerShell: Execution Policies
Posted
over 4 years ago
by
PowerShell Team
3
Comments
One question we sometimes get asked is why Exchange changes PowerShell’s execution policy from “Restricted” to “RemoteSigned.” Doesn’t that lower PowerShell’s security? The "Restricted" execution policy isn't intended to be something that PowerShell...
Windows PowerShell Blog
Workaround to Catch Exceptions from Import-CliXml
Posted
over 4 years ago
by
PowerShell Team
2
Comments
Recently, I came across an interesting bug in PowerShell. Let’s create a repro. First, we create a string “a” and generate an xml based representation of it using the Export-Clixml cmdlet. Since we need to have the class id, we pipe the string to format...
Windows PowerShell Blog
Viewing Junctions with ‘dir’
Posted
over 4 years ago
by
PowerShell Team
7
Comments
One feature of the NTFS file system is the junction, which is similar to a short cut but works at the file system level. This lets you link one directory to another. There’s a tool called ‘junction’ available here that lets you manipulate junctions. When...
Windows PowerShell Blog
Get Localized PowerShell Help Files
Posted
over 4 years ago
by
PowerShell Team
0
Comments
The Windows PowerShell core help files that were included in Windows 7 RTM were localized into ten languages. You can download the XML and TXT versions of these localized files and use them in your Windows PowerShell projects. The Windows PowerShell...
Windows PowerShell Blog
PDC09 SVR12 and SVR13 Slides
Posted
over 4 years ago
by
PowerShell Team
2
Comments
Slides for the two PDC 09 sessions - SVR12 and SVR13 attached. Enjoy Cheers Nana [MSFT] --- Narayanan Lakshmanan [MSFT] Developer Visit the Windows PowerShell Team blog at: http://blogs.msdn.com/PowerShell Visit the Windows PowerShell ScriptCenter...
Page 1 of 1 (7 items)