Author Archives: Boe Prox

Scripting Games 2013: Naming Conventions for Functions and Scripts

My last post of the night. While reviewing scripts, I have seen multiple entries that are something like the following: Move-LogFiles Move-ApplicationLogs Move-Files MoveFile What is the problem with this you ask? Well, for starters, there are no plural nouns … Continue reading

Posted in 2013 Scripting Games Judges Notes, Scripting Games 2013, Tips | Tagged , , , | 2 Comments

Scripting Games 2013: Use of SupportsShouldProcess in Functions/Scripts

Edit: I was caught speeding when I put up this post. Move-Item will pick up on SupportsShouldProcess and handle the –Whatif and –Confirm without having to supply the $Pscmdlet.SupportsShouldProcess().  In fact, adding this to a cmdlet that already supports it … Continue reading

Posted in Scripting Games 2013, Tips | Tagged , , , | 5 Comments

What Forums Can I Go To For PowerShell Help?

Maybe you have been working on a script for a while and am just not sure what the next step is or perhaps you are looking for a peer review of something you wrote. Fortunately, there are several forums out … Continue reading

Posted in News, powershell | Tagged , , | 11 Comments

Sharing Variables and Live Objects Between PowerShell Runspaces

I’ve had requests for a while to talk about sharing data between runspaces and I was also asked about this during my recent interview on the Powerscripting Podcast last week. I admit that I have had this article in a … Continue reading

Posted in powershell | Tagged , , , | 13 Comments

The 2013 Scripting Games Are Coming!

The 2013 Scripting Games are coming up very quickly (April 25nd, to be exact) and things are a little different than last year. This year the competition is being hosted by PowerShell.org instead of by Microsoft\Hey, Scripting Guy! and the … Continue reading

Posted in 2013 Scripting Games Judges Notes, News, powershell, Scripting Games 2013 | Tagged , | Leave a comment