Articles from April 2012

PowerShell.org Articles published in April 2012.

Keith Hill

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 work on PSCX 3.0 there are a few binary cmdlets that we will …