I spent some more time experimenting with PowerShell v2 and here goes my second post about it. This time around I am focusing on how to define variables, use expressions and create functions. The "problem" we're solving 🙂 To make it fun, I decided to create a little script that creates some random … Continue reading Strings, Arrays and Functions in PowerShell v2 (and some sample code that speaks for itself 🙂
Tag: PowerShell
Experimenting with PowerShell v2
Powershell is a command line interface for Windows that offers a very powerful and flexible model.It is now a feature included with Windows 7 and Windows Server 2008 R2, not an optional download as before.In this post, I show some sample commands that can help you understand some of the basic features and a few more complex ones. … Continue reading Experimenting with PowerShell v2