-
Recent Posts
Recent Comments
Gaurav Methi on Using PowerShell to Analyze Yo… rkeithhill on Effective PowerShell Item 14:… Microsoft Most Valua… on About Keith Hill Microsoft Most Valua… on About Keith Hill Markus Egger on Windows PowerShell 2.0 String… Archives
- May 2013
- April 2013
- January 2013
- September 2012
- July 2012
- April 2012
- March 2012
- January 2012
- December 2011
- October 2011
- September 2011
- March 2011
- September 2010
- July 2010
- May 2010
- January 2010
- December 2009
- October 2009
- September 2009
- August 2009
- July 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- June 2007
- May 2007
- March 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- September 2005
- August 2005
- June 2005
- March 2005
- January 2005
- December 2004
Categories
Meta
Category Archives: PowerShell 3.0
Windows PowerShell V3 Language Specification Posted
You can download it here.
Posted in PowerShell 3.0
Leave a comment
PSCX 2.1 and 3.0 Release Candidates Posted
Oisin and I have been busy prepping the PowerShell Community Extensions to support Windows PowerShell 3.0. With this release, we are providing two packages. There is a Pscx-2.1.0-RC.zip that is xcopy deployable just like PSCX 2.0. Just remember to unblock … Continue reading
Posted in PowerShell 2.0, PowerShell 3.0, PSCX
3 Comments
PSCX 3.0 Beta Released
We’ve just released a beta of the PowerShell Community Extensions 3.0 which targets PowerShell 3.0 specifically. This new version uses a WiX based installer. We may look at providing an xcopy deployable ZIP file but we had so many users … Continue reading
Posted in PowerShell 3.0, PSCX
1 Comment
PowerShell V3 – ObsoleteAttribute
PowerShell V3 now supports the ObsoleteAttribute for compiled cmdlets but unfortunately not advanced functions. This is handy to let your users know that a binary cmdlet will be going away in a future release of your binary module. As we … Continue reading
Posted in PowerShell 3.0
Leave a comment
PowerShell V3 Beta–Better NTFS Alternate Data Stream Handling
One of the many new features in Windows PowerShell V3 is better support for alternate data streams (ADS) in NTFS files. ADS allows an NTFS file to contain additional data that is not part of the “main” stream i.e. the … Continue reading
Posted in PowerShell 3.0
7 Comments
PowerShell V3 CTP2 Provides Better Argument Passing to EXEs
Within PowerShell it has always been easy to pass “simple” arguments to an EXE e.g.: C:\PS> ipconfig -all However passing arguments to certain exes can become surprising difficult when their command line parameter syntax is complex i.e. they require quotes … Continue reading
Microsoft Windows PowerShell V3 CTP2 Available for Download
You can grab the bits from here. If you have V3 CTP1 installed, please uninstall it first or you can get your machine into a bad state. So far my favorite two features new to this drop are both in … Continue reading
Posted in PowerShell, PowerShell 3.0
2 Comments
Windows PowerShell Version 3 Simplified Syntax
Windows PowerShell version 3 introduces a simplified syntax for the Where-Object and Foreach-Object cmdlets. The simplified syntax shown below, eliminates the curly braces as well as the need for the special variable $_. C:\PS> Get-Process | Where PM -gt 100MB … Continue reading
Posted in PowerShell 3.0
9 Comments
PSCX 2.1 Beta 1 Available for Download
I just uploaded beta 1 for the PowerShell Community Extensions version 2.1. This beta drop adds better support for Windows PowerShell V3 that is in the Windows 8 Developer Preview. There are a number of bug fixes in this drop: … Continue reading
Posted in PowerShell, PowerShell 3.0, PSCX
1 Comment