Articles
PowerShell articles, tutorials, and guides from community experts.
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) …
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 …
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 …
PhillyPoSH 05/02/2013 meeting summary and presentation materials
Jeff Wouters gave an excellent presentation via Lync on: Avoiding the pipeline - Improving your learning curve - Improving your teaching curve John Mello gave a presentation and demo of script that uses Exchange multi-valued custom attributes to store information on when to remove users from a …
Don's Event 2 Notes
I thought I’d mentioned this last time (tap tap, this thing on?), but maybe not: don’t format the output of your functions. The minute a function includes Format-*, you’ve trapped me into on-screen display, a text file or piece of paper modeled after the on-screen display, or not a …
Are you getting unfair comments in the Games?
I continue to be amused by folks’ reactions to the Games this year. There’s been some buzz on Twitter this morning from folks who feel some of their comments - and the corresponding low scores - aren’t warranted. In a couple of cases I’ve looked at, they’re right - …
Scripting Games Event 1 Winners
We’re pleased to announce the winners for Event 1 of The Scripting Games 2013! Winners: You can log into The Scripting Games Web site and go to your Profile page to see your prize. You will be given a prize redemption code and either a URL where you can redeem it, or an e-mail address of the …
PowerShell Summit Videos
Aaron Hoover, one of our Summit attendees, was kind enough to record via webcam the sessions he attended - and he’s posted about 13 hours of video on YouTube for your viewing pleasure. What I’d like to know from you, if you don’t mind dropping a comment below, is what you think of …
Event 2: My way…
I haven’t received any negative feedback on idea to blog about “how would I do it” (what you think about my approach is different topic) so I decided to continue. Again: because I don’t want to be influenced by your ideas and make my task as close to your work as possible I …
