Tobias' Event 5 Notes
Find ’em at http://www.powertheshell.com/scripting-games-task-5-commentary/
PowerShell articles, tutorials, and guides from community experts.
Find ’em at http://www.powertheshell.com/scripting-games-task-5-commentary/
Into the home stretch and the entries just keep getting better! The only advice I’d like to offer this time is to be careful to read the instructions carefully. They included the specific folder where the files were located and I noticed several misinterpretations in the scripts. Some included …
So what’s with the “super secret” PowerShell session being given by Jeffrey Snover at TechEd 2013? First, if you’ll be in New Orleans, plan to attend this. The deal is pretty simple: Microsoft has got a lot of information pertaining to v.Next under embargo, which means people …
Jan Egil, or Norwegian expert commentator/judge, has posted his learning notes for Event 5: http://blog.powershell.no/2013/05/28/2013-scripting-games-learning-points-from-event-5/
We’re pleased to announce the winners for Event 4 of The Scripting Games 2013! Remember that Event 5 is now open for community voting, and that Event 6 opens up near the end of this week. That’ll be your last chance to contribute, and shortly after TechEd we’ll announce the overall …
Active Directory is one of those things I just love to work with. That’s why I was really looking forward to this event. As always, I learned few things, but still - seen some mistakes that I would like to highlight. As always - you can read about those both in Polish and in English. Enjoy!
Again if you"™re participating in the games this year you"™ve already won! If you"™re not and you"™re reading this post what are you doing! I"™ve watched authors step there game up over the past month, and I can tell you from personal experience the games will make you …
Looking for a great getting-started PowerShell class? Or perhaps you’d like to send a colleague or peer to some PowerShell “zero to hero” training? We’ve just finished the official beta-teach of Microsoft’s 10961, Automating Administration with Windows PowerShell, and …
It is all downhill from here folks! Event 4 is in the books and we only have 2 more to go! Everyone has been doing an outstanding job with their submissions and it is becoming clear that people are learning new things and showing some great techniques with their code. Of course, this doesn’t …
Loved seeing [OutputType([PSObject])] in an entry this morning… that helps the help system document what your script produces. It’s a shame it doesn’t work well with custom type names (since those are a bit of a fake-out on the object), but it’s an attention to detail I …