Articles

PowerShell articles, tutorials, and guides from community experts.

Bartek Bielawski

Event 2: My notes…

Today I finally had some time to look at all entries in both categories. What I liked, and what I did not like about them? You can find answers, as previously, either in Polish, or in English. I focused mainly on things I did not like, but I would anyway say that scripts are really good (overall) …

Don Jones

More Judges' Notes on Event 2

Tobias Weltner: http://www.powertheshell.com/scripting-games-task-2-commentary/ Jan Egil Ring: http://blog.powershell.no/2013/05/08/2013-scripting-games-learning-points-from-event-2/ Voting for Event 2 is going strong, and you’ve got several more days in which to vote and (most importantly) …

Art Beane
PowerShell for Admins

Notes on Beginner Event 2

 First of all, congratulations! It looks to me like a lot of learning is going on; the 2nd event entries look really good to me. I especially liked the way a number of you built up a one-liner by starting with a_ Get-WmiObject Win32_ComputerSystem -ComputerName (Get-Content file.txt)_ and piping it …

Boe Prox

Tips on Implementing Pipeline Support

While reviewing Event 1 (and now Event 2) I’ve seen some scripts that don’t quite have the correct pipeline support and others that do a great job with it. Whether it is an unneeded Begin or End statement, or throwing everything into a Process block and not quite getting the expected …