As people begin to explore PowerShell, the question often comes up – “Will PowerShell support the cmdlet or language feature <foo>?”
For example (from the newsgroup,) “Is there a way to get the unmodified contents of a file – since Get-Content splits it into lines?” Or from Occasionally Rabid Programmer, “… Is there a zipping PowerShell class yet?” For many of these questions, the answer is, “Yes. Since PowerShell gives you access to all of the .Net Framework, you could also ask ‘Does the .Net Framework support <Foo> yet?’”

