Sorting, grouping, and formatting output
Part 2 of a 5 part series.
There is no difference between running PowerShell commands on the command line or running them in a script, so it's more like a Unix shell. PowerShell cmdlets have a 2 part name: a… more »
Categories: "Computer Languages"
You know how you see an article and you think “ooh I’d love to play with that"? Well that’s what this article is about! The tutorial section contains links to comprehensive step-by-step walk throughs of setting up and getting started… more »
Working with processes, services, and event logs
Windows 7 is the only operating system that has Windows PowerShell and PowerShell ISE (developer environment) fully installed. The rest of the operating systems either have nothing installed or just ha… more »
I was really tired of using Windows DOS command prompt and had heard of "Windows PowerShell" (cue thunder and lightening in the background). Had a hunt around and found the "Scripting with Windows PowerShell" 5 part video tutorial done by Ed Wilson who… more »
Download and install Eclipse
Even though you will be developing Python you will still need Eclipse with the Java SDK. I think this is for 2 reasons. Firstly Python support for Eclipse is in the form of an Eclipse plug-in as opposed to a fully… more »