Daily Archives: March 17, 2011

From Zero to PowerShell 2.0 – Working with the File System

After the initial exploration of PowerShell, learning about pipelines and looking at interactive vs. scripted execution, it is time to do something useful. I have picked an example from “the real world”: an application is using a set of file-system … Continue reading

Posted in Windows PowerShell 2.0 | Tagged | Leave a comment

From Zero to PowerShell 2.0 – Interactive vs. Scripting Mode

In the previous two posts [1,2], we have used the interactive Windows PowerShell Console or the PowerShell ISE Console Window to execute commands. While this works fine for some ad-hoc processing, the reality will usually be different: you will develop, … Continue reading

Posted in Windows PowerShell 2.0 | Tagged | Leave a comment