-
With Valentine’s Day just around the corner, I thought I should help you out with your gift giving. Remember those bags of candy with the cute sayings like “Be Mine”? Here’s how you can create a “bag” of them using...
-
I came across a post the other day that explained differences when using the ForEach enumerator and the ForEach-Object cmdlet. They both essentially do the same thing but as the post mentions there are potential performance differences. One other difference...
-
Good morning kids and welcome to the PowerShell Day Care center. We offer a creative and nurturing environment for PowerShell professionals of all ages. Later there might even be juice and cookies. But first let’s get out our blocks, our …...
-
I am moderator for one of our Ask-the-Experts forums , and every once in a while, I get questions I would like to discuss. Like this one: "I am tring to write a quick interactive command that will rename all the jpgs in the current directory and came up with the following command: $i=1; gci | ?...