Scripting Games
Tag Archive
June 15, 2014|
PowerScripting Podcast
A Podcast about Windows PowerShell. Listen: In This Episode Tonight on the PowerScripting Podcast, we talk to Stephen Owen, Julie Andreacola and Jason Morgan about the Scripting Games News PowerShell …...
Read More
February 17, 2014|
Scripting Games
The judging is complete for the fourth and final event in the 2014 Winter Scripting Games. This Games was something very different in that we presented 4 we complex scenarios …...
Read More
February 4, 2014|
Scripting Games
A number of entries in the Winter Scripting Games use parameter validation, but some that I have seen may not be using it correctly or to its full potential. Writing …...
Read More
January 23, 2014|
Scripting Games
There are several concepts that come to mind when discussing the topic of designing your PowerShell commands for performance and efficiency, but in my opinion one of the items at …...
Read More
January 21, 2014|
Scripting Games
Adding and removing Items from a PowerShell array is a topic which can lead to some confusion, so here are a few tips for you. Create an array and we …...
Read More
January 21, 2014|
Scripting Games
Sometimes when running a PowerShell script you may need to test at the beginning whether the process it was called from had Windows admin privileges in order to be able …...
Read More
January 20, 2014|
Scripting Games
In Version 2 of PowerShell, you had the ability to use #Requires –Version 2.0 to ensure that your scripts/functions would only run at a specified PowerShell version to prevent folks running …...
Read More
January 18, 2014|
Scripting Games
I’ve testing out the judging system using the practice event and one thing jumped out at me. It was a lot easier to understand the entries for those teams that …...
Read More
January 16, 2014|
Scripting Games
Having been a judge for the previous 2 Scripting Game competitions as well as competing in the 2 before that, I have seen my share of scripts submitted that didn’t …...
Read More
January 16, 2014|
Scripting Games
In my previous blog article (PowerShell Tip #2), I left off with the subject of inline help and stated there was a better way. I’m fast-forwarding through lots of concepts …...
Read More