Clarification on Purpose
My recent posts have all been related to PowerShell. Given this, it might be helpful to clarify reasons. First off, this blog is not another PowerShell blog… it’s a developer’s blog. As a developer we have tools that help us make our jobs easier. For me, PowerShell is one of those tools. When running Windows, I always have it open.
While working on our day to day activities we may run across things that we feel can be automated or easily solved with some custom program. Many of us have these types of tools that we’ve written (or somebody else has written) laying around and there is potential that these tools become absolutely necessary for us to feel productive.
Have you ever had to reinstall your OS? Or better yet, have you ever had your machine crap out and you had to share one of your colleagues? Or perhaps get a loaner from the IT department while your baby undergoes surgery? How awful does it feel not having our happy environment with all our precious tools installed? Any developer usually needs some base set of tools installed for them to feel above average on productivity. PowerShell has become one of the first things I install on a squeaky clean system.
And now to the purpose:
What I find interesting about software development is that it is nothing but how to solve problems… in hopes that the solution to these problems are somewhat elegant. We can lean on our communities for help on this. Why do we subscribe to developer blogs? For me, it’s to learn how to become a better problem solver in hopes that I can incorporate their experiences into my own.
Recently, PowerShell has been one of those tools that keeps helping me solve my problems. Invariably, it has given me the opportunity to evolve my skill set (freebie).
This blog is just a reflection of what I have found useful in solving my developer related problems, in hopes that I can pass on some helpful bits to me fellows.
-
If you enjoyed this post, it would be cool if you subscribed for future posts via rss.

Steven Murawski 19:07 on July 24, 2009 Permalink |
Just a word of caution.. the x86 version of PowerShell will have it’s own execution policy, but they share the same shell profile script.